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
/
backends
Age
Commit message (
Expand
)
Author
2013-01-03
[1.5.x] Replaced deprecated sslerror by ssl.SSLError
Claude Paroz
2013-01-03
[1.5.x] Fixed #19382 -- Stopped smtp backend raising exception when already c...
Claude Paroz
2013-01-03
[1.5.x] Fixed #19134 -- Allowed closing smtp backend when the server is stopped
Claude Paroz
2012-11-14
[1.5.x] 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-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-07-03
Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
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
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 #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