summaryrefslogtreecommitdiffstats
path: root/askbot/tests
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-11-01 11:07:26 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-11-01 11:07:26 -0600
commit768de7916c710eb3bf2043bf1698cbfe552b9879 (patch)
tree4ba630351ff9489b4096a63ccdc7cf2e56c17eef /askbot/tests
parentdfd8e087cd734c5b01f2d5e3fe1b7f44b8ceef97 (diff)
downloadaskbot-768de7916c710eb3bf2043bf1698cbfe552b9879.tar.gz
askbot-768de7916c710eb3bf2043bf1698cbfe552b9879.tar.bz2
askbot-768de7916c710eb3bf2043bf1698cbfe552b9879.zip
added kmail and outlook.com replies
Diffstat (limited to 'askbot/tests')
-rw-r--r--askbot/tests/email_parsing_tests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/askbot/tests/email_parsing_tests.py b/askbot/tests/email_parsing_tests.py
index 6cc5e576..b641aac2 100644
--- a/askbot/tests/email_parsing_tests.py
+++ b/askbot/tests/email_parsing_tests.py
@@ -30,4 +30,11 @@ u'\n\nthis is my reply!\n\nOn Wed, Oct 31, 2012 at 1:45 AM, <kp@kp-dev.askbot.co
u'\n\nthis is my another reply!\n\nOn Wed, Oct 31, 2012 at 1:45 AM, <kp@kp-dev.askbot.com> wrote:\n>\n> '
u'\n\nSending this from my yahoo mail account.\n\n\n\n________________________________\n From: "kp@kp-dev.askbot.com" <kp@kp-dev.askbot.com>\nTo: fadeev@rocketmail.com \nSent: Wednesday, October 31, 2012 2:41 AM\nSubject: "This is my test question"\n \n\n \n \n \n'
+
+u'On Monday 01 October 2012 21:22:44 you wrote: \n\nSecond try, no HTML kmail does weird things.'
+
+u'outlook.com (new hotmail) with RTF on \n\nSubject: "Posting a question by email." \nFrom: kp@kp-dev.askbot.com \nTo: aj_fitoria@hotmail.com \nDate: Thu, 1 Nov 2012 16:30:27 +0000'
+
+u'reply from hotmail without RTF \n________________________________ \n> Subject: "test with recovered signature" \n> From: kp@kp-dev.askbot.com \n> To: aj_fitoria@hotmail.com \n> Date: Thu, 1 Nov 2012 16:44:35 +0000'
+
"""