summaryrefslogtreecommitdiff
path: root/tests/regressiontests/mail/tests.py
AgeCommit message (Expand)Author
2010-04-01[1.1.X] Fixed #13259 -- Ensure that multiple calls to message() don't corrupt...Russell Keith-Magee
2010-03-08[1.1.X] Made a few Python 2.3 compatibility test fixes.Karen Tracey
2010-03-06[1.1.X] Fixed #6918, #12791: If an email message has an encoding, actually us...Karen Tracey
2009-11-04[1.1.X] Fixed #11144 -- When a to/from/cc header contains unicode, make sure ...Russell Keith-Magee
2009-07-25Fixed #11546 -- Modified the mail regression test to avoid getting hung up on...Russell Keith-Magee
2009-06-12Fixed #9367 - EmailMultiAlternatives does not properly handle attachments.Luke Plant
2009-02-16Fixed #9214: EmailMessage now respects the From header instead of blindly usi...Jacob Kaplan-Moss
2008-10-24Fixed #9383 -- Don't open a network connection for sending email if there'sMalcolm Tredinnick
2008-10-07Fixed #9233 -- Allow date and message-id headers to be passed in manually inMalcolm Tredinnick
2008-08-24Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't ...Russell Keith-Magee
2008-08-23Fixed #7747: Altered EmailMessage such that messages with long subject lines ...Russell Keith-Magee
2008-07-26Fixed #7574 -- Fixed the handling of lazy translation in email headers.Malcolm Tredinnick
2008-07-19Fixed #7773 -- Added some simple tests for EmailMessage. Thanks to serialx fo...Russell Keith-Magee