index
:
django.git
fix-31295
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
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