EmailReplyParser icon indicating copy to clipboard operation
EmailReplyParser copied to clipboard

Allow multiple signature regexes & add Dutch send from my iPhone sig…

Open MarkKremer opened this issue 3 years ago • 0 comments

In this PR:

  1. Use an array of signature regexes instead of a single one. This is similar to how it works for quote headers.
  2. Added the Dutch "sent from my iPhone" signature.

Breaking changes:

  1. setQuoteHeadersRegex and getQuoteHeadersRegex use 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.

MarkKremer avatar Sep 20 '22 11:09 MarkKremer