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

Add support for MailMate #17

Closed gwatts closed 11 months ago

gwatts commented 11 months ago

I use MailMate as my email client, and found that the library couldn't parse messages it forwarded - largely because it puts the Date line last in the forwarded headers.

Seems to work with this update and the existing tests still pass, though i haven't done any work with it other than English.

Thanks for writing this!

eliottvincent commented 11 months ago

This is brilliant, thanks a lot!

Released as v1.6.0: https://www.npmjs.com/package/email-forward-parser/v/1.6.0