First pass at handling issue with ms outlook 2010 with unenclosed quoted text.

This commit is contained in:
Carlos Correa
2015-12-10 19:14:51 -08:00
parent 2c416ecc0e
commit f688d074b5
3 changed files with 117 additions and 14 deletions

View File

@@ -300,6 +300,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")