mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[GH-ISSUE #181] [Feature] 一个账户可以添加多个邮箱,以及邮箱push功能 #58
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#58
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 @verlands on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/181
功能
这样使用范围就更广了,非常感谢
@pdhapy commented on GitHub (Apr 30, 2024):
这是别名功能了,正好也需要,感觉这几个大需求做完,这项目的后端 Worker 已经是个小的 Hotmail Server 了,就差支持IMAP了。
😃
@dreamhunter2333 commented on GitHub (Apr 30, 2024):
@verlands commented on GitHub (May 3, 2024):
不是迁移数据,是把某个邮箱转移给另一个账户,比如A账户有很多邮箱,其中一个是abc@awsl.uk,现在我想把这个abc@awsl.uk转移给B账户,这个邮箱的所有权就是B的了,A就收不到这个邮箱的邮件了。
为了转移方便,可以用转移码的方式,想转移的邮箱就生成一个唯一的转移码,任何有这个转移码的人就可以输入转移码拿到这个邮箱。
不过说到迁移数据,倒是可以出一个迁移/导出邮件的功能。但又说回来,作为临时邮箱来说,数据好像其实没有那么重要。
@dreamhunter2333 commented on GitHub (May 3, 2024):
OK 了解了,算是用户体系下的转移账户所有权功能
@dreamhunter2333 commented on GitHub (May 8, 2024):
main 分支已增加用户功能,测试完成会会发布新的 tag, 可以先在

https://mail.awsl.uk/user试用下@dreamhunter2333 commented on GitHub (May 9, 2024):
v0.4.0 已增加