Merge pull request #71 from clara-labs/ms-2010-issue

First pass at handling issue with ms outlook 2010 with unenclosed quo…
This commit is contained in:
Sergey Obukhov
2015-12-18 19:14:13 -08:00
3 changed files with 117 additions and 14 deletions

View File

@@ -299,6 +299,10 @@ def test_ms_outlook_2007_reply():
extract_reply_and_check("tests/fixtures/html_replies/ms_outlook_2007.html")
def test_ms_outlook_2010_reply():
extract_reply_and_check("tests/fixtures/html_replies/ms_outlook_2010.html")
def test_thunderbird_reply():
extract_reply_and_check("tests/fixtures/html_replies/thunderbird.html")