eml-parse-js
eml-parse-js copied to clipboard
format EML file in browser env
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:...
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...