eml-parse-js icon indicating copy to clipboard operation
eml-parse-js copied to clipboard

format EML file in browser env

Results 3 eml-parse-js issues
Sort by recently updated
recently updated
newest added

How to display inline attachments using readEml? Currently displaying as a broken image with the image and the inline attachment in the attachment array

Body is parsed as an attachment - I think because of the `Content-Disposition: inline` line ``` Date: Sun, 23 Apr 2023 00:23:08 +0200 Message-ID: Subject: A subject with spaces From:...

bug

If there is no gap between the headers and the body then the parsing will not work Have seen this with a multipart email where the boundary is directly under...

bug