index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
mail
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-01-03
Fixed #19382 -- Stopped smtp backend raising exception when already closed
Claude Paroz
2013-01-03
Fixed #19134 -- Allowed closing smtp backend when the server is stopped
Claude Paroz
2012-12-24
Don't rely on dictionary ordering in tests
Ian Clelland
2012-11-14
Fixed #19186 -- Fixed sending mail with unicode content on Python 3
Claude Paroz
2012-09-22
Fixed #18861 -- Triggered message validation with locmem email backend
Claude Paroz
2012-08-15
Explicitly close a file during the email tests.
Alex Gaynor
2012-08-09
[py3] Fixed mail tests with Python 3
Claude Paroz
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-06-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-02
Fixed settings override in mail regression tests
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-01-15
Made email attachment handling code accept non-ASCII filenames.
Ramiro Morales
2011-12-30
Fixed #17444 -- Made it possible to customize the 'To' header in emails.
Aymeric Augustin
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-07-03
Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean...
Jannis Leidel
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2011-05-07
Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS...
Jannis Leidel
2011-04-30
Fixed #11928 -- Added test for tuple to list conversion during mail message i...
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-28
Fixed #13433 -- Changed default behavior of Django email message wrappers to ...
Ramiro Morales
2011-01-15
Fixed #15042 -- Ensured that email addresses without a domain can still be ma...
Russell Keith-Magee
2010-12-21
Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII ch...
Jannis Leidel
2010-12-06
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...
Russell Keith-Magee
2010-10-14
Fixed #14301 -- Handle email validation gracefully with email addresses conta...
Jannis Leidel
2010-10-11
Fixed #13494 -- Correctly concat an email subject prefix with a translation s...
Jannis Leidel
2010-10-11
Fixed #14440 - Converted mail doctests to unittests.
Jacob Kaplan-Moss
2010-10-07
Fixed #7722 - added support for CC in EmailMessage.
Luke Plant
2010-04-01
Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...
Russell Keith-Magee
2010-03-06
Fixed #6918: Adjusted the test in r12683 to more specifically look for what i...
Karen Tracey
2010-03-05
Fixed #6918, #12791: If an email message has an encoding, actually use that e...
Karen Tracey
2010-01-04
Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...
Russell Keith-Magee
2009-11-04
Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai...
Russell Keith-Magee
2009-11-03
Fixed #10355 -- Added an API for pluggable e-mail backends.
Russell Keith-Magee
2009-07-25
Fixed #11546 -- Modified the mail regression test to avoid getting hung up on...
Russell Keith-Magee
2009-06-12
Fixed #9367 - EmailMultiAlternatives does not properly handle attachments.
Luke Plant
2009-02-16
Fixed #9214: EmailMessage now respects the From header instead of blindly usi...
Jacob Kaplan-Moss
2008-10-24
Fixed #9383 -- Don't open a network connection for sending email if there's
Malcolm Tredinnick
2008-10-07
Fixed #9233 -- Allow date and message-id headers to be passed in manually in
Malcolm Tredinnick
2008-08-24
Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't ...
Russell Keith-Magee
2008-08-23
Fixed #7747: Altered EmailMessage such that messages with long subject lines ...
Russell Keith-Magee
2008-07-26
Fixed #7574 -- Fixed the handling of lazy translation in email headers.
Malcolm Tredinnick
2008-07-19
Fixed #7773 -- Added some simple tests for EmailMessage. Thanks to serialx fo...
Russell Keith-Magee