mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[GH-ISSUE #213] [BUG]删除账号功能不太完善 #71
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#71
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 @acocchat on GitHub (May 9, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/213
删除账号后,账号那一栏正常。发件箱,收件箱还有发送权限控制仍然还有被删账号的一些信息。我在数据库看了一下表,确实没有删干净。
@acocchat commented on GitHub (May 9, 2024):
另外,如果账号太多的话,可以加一个一键删除所有的账号的按钮。即连同发件箱,收件箱还有发送权限控制一起删。避免一个一个删的繁琐。
也可以每个栏目都设置一个一键删除功能。您看哪种比较友好且妥当。
@dreamhunter2333 commented on GitHub (May 9, 2024):
发件箱默认不会删除,收件箱没删除有问题,我修复一下,admin 控制台有一键清理

github.com/dreamhunter2333/cloudflare_temp_email@1fa56dfe98/worker/src/router.js (L152-L179)@dreamhunter2333 commented on GitHub (May 9, 2024):
v0.4.0 已修复收件箱没删除的 bug
@acocchat commented on GitHub (May 10, 2024):
谢谢
@acocchat commented on GitHub (May 10, 2024):
无收件人邮件清理,还有收件箱清理似乎不起作用。点击立即清理后,邮件和无收件人邮件一栏还有邮件。而用户主动删除账号会清理得很干净。
收件箱清理天数有两个按钮?
另外能否加一个显示版本号的功能,更加清晰。
@dreamhunter2333 commented on GitHub (May 11, 2024):
我修复下,感谢反馈
@dreamhunter2333 commented on GitHub (May 12, 2024):
已增加版本号显示,cli 部署需自行增加,ui 压缩包部署可自动显示

https://temp-mail-docs.awsl.uk/zh/guide/cli/pages.html#:~:text=%23%20export%20VITE_VERSION%3D0.0.0
@acocchat commented on GitHub (May 13, 2024):
raw_mails ,sendbox表还是删不干净
@dreamhunter2333 commented on GitHub (May 13, 2024):
目前不支持全部清理,至少要保留一天,我测试下,最新版应该没问题
@dreamhunter2333 commented on GitHub (May 16, 2024):
清理账号功能已经移除,涉及到的表有点多,可通过删除账号删除,sendbox 默认不跟随账号删除