summaryrefslogtreecommitdiff
path: root/tests/regressiontests/mail/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-01-03Fixed #19382 -- Stopped smtp backend raising exception when already closedClaude Paroz
2013-01-03Fixed #19134 -- Allowed closing smtp backend when the server is stoppedClaude Paroz
2012-12-24Don't rely on dictionary ordering in testsIan Clelland
2012-11-14Fixed #19186 -- Fixed sending mail with unicode content on Python 3Claude Paroz
2012-09-22Fixed #18861 -- Triggered message validation with locmem email backendClaude Paroz
2012-08-15Explicitly close a file during the email tests.Alex Gaynor
2012-08-09[py3] Fixed mail tests with Python 3Claude Paroz
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-06-23Switch to using context managers for acquiring and releasing locks.Alex Gaynor
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-02Fixed settings override in mail regression testsClaude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-01-15Made email attachment handling code accept non-ASCII filenames.Ramiro Morales
2011-12-30Fixed #17444 -- Made it possible to customize the 'To' header in emails.Aymeric Augustin
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-07-03Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean...Jannis Leidel
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel
2011-05-07Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS...Jannis Leidel
2011-04-30Fixed #11928 -- Added test for tuple to list conversion during mail message i...Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-28Fixed #13433 -- Changed default behavior of Django email message wrappers to ...Ramiro Morales
2011-01-15Fixed #15042 -- Ensured that email addresses without a domain can still be ma...Russell Keith-Magee
2010-12-21Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII ch...Jannis Leidel
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-10-14Fixed #14301 -- Handle email validation gracefully with email addresses conta...Jannis Leidel
2010-10-11Fixed #13494 -- Correctly concat an email subject prefix with a translation s...Jannis Leidel
2010-10-11Fixed #14440 - Converted mail doctests to unittests.Jacob Kaplan-Moss
2010-10-07Fixed #7722 - added support for CC in EmailMessage.Luke Plant
2010-04-01Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...Russell Keith-Magee
2010-03-06Fixed #6918: Adjusted the test in r12683 to more specifically look for what i...Karen Tracey
2010-03-05Fixed #6918, #12791: If an email message has an encoding, actually use that e...Karen Tracey
2010-01-04Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...Russell Keith-Magee
2009-11-04Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai...Russell Keith-Magee
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.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