quentez / talonjs

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

Blockquotes are no longer cut from Gmail emails #14

Closed divmgl closed 5 years ago

divmgl commented 7 years ago

Partially fixes https://github.com/quentez/talonjs/issues/9 and https://github.com/frontapp/front/issues/3795

In particular, Gmail blockquote tags are no longer removed.

quentez commented 5 years ago

@evonck Do you know if that's something we may want to reconsider?

evonck commented 5 years ago

@quentez yeah I looked at this one. With the last PR I sent you we don't need this one. This one was only fixing gmail, using the regex first should fix a lot more cases. We might need to reconsider if the perf of the regex are too slow.

quentez commented 5 years ago

Ok. Closing then.