4

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.

halfer
  • 19,824
  • 17
  • 99
  • 186
giaosudau
  • 2,211
  • 6
  • 33
  • 64

1 Answers1

7

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

Marek Kwiendacz
  • 9,524
  • 14
  • 48
  • 72