papnkukn / eml-format

RFC 822 EML file format parser and builder
MIT License
88 stars 53 forks source link

Is there an issue guide? #16

Open H0rst opened 4 years ago

H0rst commented 4 years ago

Hello,

I have tried to read an eml file and immediately build it again from the same data.

This won't work good.

  1. With some eml I see a part of the boundary at the end of the html content. This was with emails from a mobile outlook client. Is this a known issue in the read function?

  2. When reading and building an eml with attachment, the resulting eml is not correct. The original email has this first part, which is missing. This is a multi-part message in MIME format. --------------754933C08712B1306611F004 Content-Type: multipart/alternative; boundary="------------BD0578E681E6C84C2098D2A7" So the resulting email has html and text, but not as alternative.

Are this know issues? Should it work?

best regards Horst