summaryrefslogtreecommitdiff
path: root/tests/regressiontests/mail
AgeCommit message (Collapse)Author
2008-08-24Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't ↵Russell Keith-Magee
really contributing anything anyway. Thanks to jarrow for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Fixed #7747: Altered EmailMessage such that messages with long subject lines ↵Russell Keith-Magee
don't use tabs in their continutation sequence. Tabs in subjects cause problems with Outlook and Thunderbird. Thanks to Mark Allison <mark.allison@maplecroft.com> for the report and fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-26Fixed #7574 -- Fixed the handling of lazy translation in email headers.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-19Fixed #7773 -- Added some simple tests for EmailMessage. Thanks to serialx ↵Russell Keith-Magee
for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7975 bcc190cf-cafb-0310-a4f2-bffc1f526a37