quentez / talonjs

JavaScript port of the Talon email quote parsing library.
MIT License
15 stars 9 forks source link

Add new option to disallow brute-force removal of quotation tags #41

Closed khennes closed 4 years ago

khennes commented 4 years ago

Adds an option to extractFromHtml to avoid cutting known quotation tags when otherwise no quoted text is found, unless the original message body was too large to process using checkpoints without doing so.

Risks

Alternatives considered