Is there an RFC on EML file formats?

myermian picture myermian · Nov 5, 2012 · Viewed 15.4k times · Source

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.

Answer

Gryphius picture Gryphius · Nov 6, 2012

.eml files are usually stored in rfc822 format

but afaik, there is no official definition