Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 openpop 在 c# 中读取弹出消息。当消息被下载时,当我使用 getMessage 函数时,它们在服务器上也被标记为“READ”。
有什么方法可以让我下载邮件并且在邮箱中保持未读状态。
Pop3 协议没有标志。因此,服务器上的消息不能标记为已读。IMAP 支持标志。
如果您可以将“openpop”更改为另一个库,我推荐“ https://github.com/bertjohnson/OpaqueMail ”