What MIME for reading .eml file?

giaosudau picture giaosudau · Apr 6, 2011 · Viewed 13.4k times · Source

I use ImapX library to save email to .eml file. What MIME I can use to read it? MIME can read most of Content-Type.

Answer

Marek Kwiendacz picture Marek Kwiendacz · Apr 6, 2011

Try to use: "message/rfc822 eml" or "message/rfc822" as Content-type. Maybe it'll work.