crisp-oss / email-forward-parser

🐛 Parses forwarded emails and extracts original content.
https://www.npmjs.com/package/email-forward-parser
MIT License
55 stars 23 forks source link

Failed to parse non-indented forwarded emails #18

Open katlim-br opened 6 months ago

katlim-br commented 6 months ago

We've recently seen many forwarded emails that did not have any indentation (not sure the vendor/client application that does this).

But the fact is that the email cannot be parsed and we cannot extract the contents.

image

Any recommendation for this? Do you consider this is a bug?

eliottvincent commented 6 months ago

Hey Katlim! Can you extract and post the raw email / EML? Anonymized if possible. I'll take a look.