email-reply-parser
email-reply-parser copied to clipboard
:email: Email reply parser library for Python
Hi, can someone confirm that html based emails not working for this method call? EmailReplyParser.parse_reply(email_message) It is not extracting any content for me
Hi, is this package dead? Is there a forn or other solution which is up to date? Regards
https://github.com/zapier/email-reply-parser/blob/f67a872de3c7bebe3bd836afec60ab3f1201e8a6/email_reply_parser/__init__.py#L40 when I change email language, it does support to detect that language. 
I needed to parse out emails for Italian users. All my users are Italian. The regexps were all in English. I needed to support Italian regular expressions. So I made...
Currently, there is no constraint between On and wrote: `_MULTI_QUOTE_HDR_REGEX = r'(?!On.*On\s.+?wrote:)(On\s(.+?)wrote:)'`. So, even if there is a million characters between On ... blah blah blah ... wrote: it still...
Yahoo! started including some extra whitespace at the beginning of each quote header. GMail sometimes splits the quote header into two lines and I included a test case to reflect...
add a new test function test_issue_15 with email_issue_15.txt. all tests passed