如何使用Python pop/imap lib维护电子邮件的邮件转换(回复/转发/回复所有邮件,如gmail)?
我已经为任何邮件服务器开发了网络邮件客户端。 我想为其实现消息转换 - 例如,相同的电子邮件 fwd/reply/reply2all 应该像 gmail 一样显示在一起......
我的问题是:找到那些回复/转发或与原始邮件相关的电子邮件的关键是什么邮件....
I've develop webmail client for any mail server.
I want to implement message conversion for it — for example same emails fwd/reply/reply2all should be shown together like gmail does...
My question is: what's the key to find those emails which are either reply/fwd or related to the original mail....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
子级的
In-Reply-To
标头应具有父级的Message-Id
标头的值。The
In-Reply-To
header of the child should have the value of theMessage-Id
header of the parent(s).Google 似乎只是根据主题行链接消息(顺便说一句,Apple Mail 也是如此。)
Google just seems to chain messages based on the subject line (so does Apple Mail by the way.)