使用电子邮件客户端下载邮件时如何将邮件存储在我的电脑中?

发布于 2024-10-25 08:07:35 字数 57 浏览 2 评论 0原文

在我的项目“电子邮件客户端”中,当我下载邮件时,我可以通过xml保存邮件吗?或者其他类型?哪个更好?

In my project "email client"When i download mail can i save mail by xml? or others type? which is better?

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

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

发布评论

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

评论(1

柳若烟 2024-11-01 08:07:35

无论您使用 SMTP、POP 还是 IMAP,电子邮件均以 RFC 定义的文本格式传输-5322

一个简单的解决方案是将电子邮件存储为单独的文本文件。如果您使用 .eml 扩展名,许多电子邮件客户端(Outlook Express、Mozilla Thunderbird 等)将识别这些文件,并且无需进一步处理即可打开它们。

Regardless of whether you use SMTP, POP or IMAP, the electronic mail is transferred in text format defined by RFC-5322.

A simple solution would be to store the emails as individual text files. If you use the .eml extension, many email clients (Outlook Express, Mozilla Thunderbird, &c.) will recognise these files and will be able to open them without further processing.

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