mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[GH-ISSUE #333] 包含大附件的邮件无法收到[BUG] #109
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Superboy01 on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/333
复现步骤
带有大附件的邮件,发送成功后在临时邮箱里无法查到
预期行为
有什么办法可以接收带大附件的邮件啊,有个文件发送到临时邮箱现在找不到了😭
部署方式
浏览器环境
@dreamhunter2333 commented on GitHub (Jul 6, 2024):
感谢反馈,附件是否超过了 1M,

D1 数据库只能存储小于 1M 的数据,超过是无法保存的
@dreamhunter2333 commented on GitHub (Mar 4, 2025):
最新版已增加
feat: |Worker| 增加 REMOVE_ALL_ATTACHMENT 和 REMOVE_EXCEED_SIZE_ATTACHMENT 用于移除邮件附件,由于是解析邮件的一些信息会丢失,比如图片等.