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.
我想将消息附加到 unix 邮箱文件(像 /var/mail/username 这样的文件)。我该怎么做?那里的消息是如何分开的?网上有规范吗?
谢谢
有多种不兼容的格式,但应遵循的基本格式在RFC 4155中进行了描述,其中包含附录 A 中的基本规则,还链接到mbox 的 qmail 手册页以进一步描述一些变体。
通过查看您自己系统的 mbox 和/或邮件手册页,您可能能够获取有关系统上使用的特定格式的信息。但是您的系统甚至不一定有这些手册页。
这个问题的答案取决于您使用的邮箱,因为其中有几个。
我想最好的起点是这里:
http://en.wikipedia.org/wiki/Mbox