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.
Asked
Active
Viewed 1.5k times
1 Answers
7
Try to use: "message/rfc822 eml" or "message/rfc822" as Content-type. Maybe it'll work.

Marek Kwiendacz
- 9,524
- 14
- 48
- 72
-
hmm. maybe i understood your question in wrong way. Do you ask what MIME code use to open this email file correctly in browser? – Marek Kwiendacz Apr 06 '11 at 11:12
-