quentez / talonjs

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

Improve quote detection #19

Closed evonck closed 5 years ago

evonck commented 5 years ago

1 Update:

Correctly handle cases where the quotation mark is placed before some <div>. Some email are sending > <div> Text. The new version will first look for some quotation using the div as a line breaker. If no quotation it will try again considering the div as inline.

evonck commented 5 years ago

@jboga PR updated with the new enum.

evonck commented 5 years ago

@quentez should be better now.

evonck commented 5 years ago

@quentez 👍

quentez commented 5 years ago

Looks like the tests are broken though.

evonck commented 5 years ago

weird will look

evonck commented 5 years ago

@quentez my bad, stupid change at the previous commit