mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #447] [Feature] 把邮件正文和邮件附件分开 #161
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#161
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 @ghost on GitHub (Sep 27, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/447
请描述您的 Feature
把邮件正文和邮件附件分开
描述您想要的解决方案
把附件通过 WebDAV、FTP 等方式保存到云端存储上
描述您考虑过的替代方案
加个开关,默认不接收附件
附加上下文
邮件附件太大,邮件就没法收到。希望能把邮件正文和邮件附件分开,以免收不到邮件
@dreamhunter2333 commented on GitHub (Sep 27, 2024):
确实是这样,但是免费版CPU 时间有限制解析不了邮件,付费版可以解析之后单独存储,我看下怎么实现
@ghost commented on GitHub (Sep 30, 2024):
付费版才能用,这项功能其实不必做。能用到此项目的,大多都不愿付费。既然是为了防止收不到邮件,不妨换个思路:若邮件不含附件,则把邮件保存到D1数据库,若邮件包含附件,则把邮件保存到云端存储,或者转发给其他邮箱,不知道能否实现?
@dreamhunter2333 commented on GitHub (Oct 1, 2024):
目前有 webhook 转发和全局 email 转发