如何确保多个 pop3 客户端从同一电子邮件地址下载相同的电子邮件

发布于 2024-08-11 04:27:09 字数 126 浏览 2 评论 0原文

我们正在构建一个应用程序,用户可以将电子邮件发送到单个电子邮件地址,我们希望多个服务器使用 pop3 下载电子邮件。目前,多个服务器正在多次下载同一封电子邮件。

我们如何确保同一封电子邮件只能下载一次?该电子邮件包含附件。

We are building an application where user can send email to single email address, we want multiple servers to download the email using pop3. currently the multiple servers are downloading the same email multiple times.

How we can make sure that the same email can be downloaded only once? The email contains attachments.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放赐 2024-08-18 04:27:09

您应该跟踪消息 ID 或日期/时间 - 消息 ID 更可靠,这将是我首先考虑的解决方案。

You should either track message IDs or date/time - message IDs is more robust, that'd be the solution I'd look into first.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文