[GH-ISSUE #333] 包含大附件的邮件无法收到[BUG] #109

Closed
opened 2026-02-26 20:35:41 +03:00 by kerem · 2 comments
Owner

Originally created by @Superboy01 on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/333

复现步骤

带有大附件的邮件,发送成功后在临时邮箱里无法查到

预期行为

有什么办法可以接收带大附件的邮件啊,有个文件发送到临时邮箱现在找不到了😭

部署方式

  • cli 部署
  • 用户界面部署

浏览器环境

Originally created by @Superboy01 on GitHub (Jul 5, 2024). Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/333 ## 复现步骤 带有大附件的邮件,发送成功后在临时邮箱里无法查到 ## 预期行为 有什么办法可以接收带大附件的邮件啊,有个文件发送到临时邮箱现在找不到了😭 ## 部署方式 - [ ] cli 部署 - [ ] 用户界面部署 ## 浏览器环境
kerem closed this issue 2026-02-26 20:35:41 +03:00
Author
Owner

@dreamhunter2333 commented on GitHub (Jul 6, 2024):

感谢反馈,附件是否超过了 1M,
D1 数据库只能存储小于 1M 的数据,超过是无法保存的
image

<!-- gh-comment-id:2211690107 --> @dreamhunter2333 commented on GitHub (Jul 6, 2024): 感谢反馈,附件是否超过了 1M, D1 数据库只能存储小于 1M 的数据,超过是无法保存的 <img width="679" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/32295532/a63a84d6-da0c-40db-9d6e-b1a2c9ec0240">
Author
Owner

@dreamhunter2333 commented on GitHub (Mar 4, 2025):

最新版已增加
feat: |Worker| 增加 REMOVE_ALL_ATTACHMENT 和 REMOVE_EXCEED_SIZE_ATTACHMENT 用于移除邮件附件,由于是解析邮件的一些信息会丢失,比如图片等.

<!-- gh-comment-id:2697997421 --> @dreamhunter2333 commented on GitHub (Mar 4, 2025): 最新版已增加 feat: |Worker| 增加 REMOVE_ALL_ATTACHMENT 和 REMOVE_EXCEED_SIZE_ATTACHMENT 用于移除邮件附件,由于是解析邮件的一些信息会丢失,比如图片等.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#109
No description provided.