EmailReplyParser
EmailReplyParser copied to clipboard
Allow multiple signature regexes & add Dutch send from my iPhone sig…
In this PR:
- Use an array of signature regexes instead of a single one. This is similar to how it works for quote headers.
- Added the Dutch "sent from my iPhone" signature.
Breaking changes:
-
setQuoteHeadersRegexandgetQuoteHeadersRegexuse arrays instead of strings. Applications using these methods must be updated.
Related to https://github.com/willdurand/EmailReplyParser/issues/69 but I went in a different direction.