سؤال

Basically, I'm attempting to work with EML files and I want to know if these files are pretty standard across different email servers... basically, is there an RFC on EML files just like there is one for email addresses and other topics?


I guess I can be a bit more specific to get a better understanding of what I need. I am scanning an Exchange mailbox and saving out the eml files from the following property: Microsoft.Exchange.WebServices.Data.EmailMessage.MimeContent.Content.

Once I have an eml file I want to know if there is a standard way it is formatted. That's pretty much it. I asked about an RFC because I figured the standard would be explained in an RFC.

هل كانت مفيدة؟

المحلول

.eml files are usually stored in rfc822 format

but afaik, there is no official definition

نصائح أخرى

This one expands on rfc822 and covers MIME entities and other content:

https://www.ietf.org/rfc/rfc1521.txt

There are several conventional storage formats for email messages and mailboxes, but there's no single standard for them. RFC's tend to be written about what goes over the wire, not what goes on inside the box.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top