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
/
django
/
core
/
mail
Age
Commit message (
Expand
)
Author
2011-02-28
[1.2.X] Fixed #15520 -- Fixed incompatibility with email module shipped with ...
Ramiro Morales
2011-02-28
[1.2.X] Fixed #13433 -- Changed default behavior of Django email message wrap...
Ramiro Morales
2011-01-15
[1.2.X] Fixed #15042 -- Ensured that email addresses without a domain can sti...
Russell Keith-Magee
2010-12-21
[1.2.X] Fixed #14301 -- Further refine changes made in r14217 to support non-...
Jannis Leidel
2010-10-14
[1.2.X] Fixed #14301 -- Handle email validation gracefully with email address...
Jannis Leidel
2010-10-11
[1.2.X] Fixed #13494 -- Correctly concat an email subject prefix with a trans...
Jannis Leidel
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-12-03
Expanded on the SMTPConnection deprecation notes, and made the deprecation a ...
Russell Keith-Magee
2009-11-04
Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su...
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-04
Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handler. Thank...
Russell Keith-Magee
2009-11-03
Fixed #10355 -- Added an API for pluggable e-mail backends.
Russell Keith-Magee