mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[GH-ISSUE #668] [BUG]smtp_proxy_server,接收新邮件时,重复收到第一封邮件 #250
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#250
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 @mowwom on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/668
部署smtp_proxy_server后,local和docker都有这情况,使用第三方imap客户端,如thunderbird。
当本地已有邮件,服务端有新邮件时,刷新后接收不到新邮件,会重复第一封邮件。
如,本地已有3封邮件,A,B,C,此时服务端收到第四封邮件D,客户端刷新后,本地变为4封邮件,A,A,B,C
@mowwom commented on GitHub (Jun 15, 2025):
删除本地邮件,再接收,就能完整接收到,如果后续服务端又有新邮件,又收不到,得再次删除本地邮件
@dreamhunter2333 commented on GitHub (Jun 16, 2025):
感谢反馈,我看看如何修复
@dreamhunter2333 commented on GitHub (Jun 20, 2025):
main 分支更新了一版代码,可以 local 启动测试下是否还有问题
@dreamhunter2333 commented on GitHub (Jun 22, 2025):
已修复