mat-sz / letterparser

✉️ Isomorphic e-mail parser (with MIME support) written in TypeScript.
BSD 3-Clause Clear License
34 stars 4 forks source link

AMP for Email support #5

Closed avigoldman closed 3 years ago

avigoldman commented 3 years ago

It'd be awesome to have native support for the text/x-amp-html mime part treated like text and HTML.

mat-sz commented 3 years ago

I've added support for AMP for Email extraction in 620f807. A new version will be released as soon as #4 is resolved.

avigoldman commented 3 years ago

Amazing, thanks!

mat-sz commented 3 years ago

@avigoldman The support for AMP is available in 0.0.7.

avigoldman commented 3 years ago

Thank you!