如何获取带有.eml附件的邮件正文?
我正在用 Python 开发电子邮件客户端应用程序。
如何使用 Imap 获取带有 .eml 附件的邮件正文?
I am developing Email client Application in Python.
How to Get Mail Body which has .eml attachment using Imap ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面的代码完成了这项工作。您需要 python2.7 才能运行下面的代码,因为这是以前编码的。不过,你的问题也是从以前开始的,所以我想这没关系。该代码非常简单,因此请看一下。
The code below does the job. You need python2.7 to run the below code, because this was coded back in the days. However, your question was from back in the days too so I guess that's fine. The code is pretty straight-forwards hence please take a look.