django1/django/core/mail/backends
Claude Paroz 850630b4b7 Replaced deprecated sslerror by ssl.SSLError
The exact conditions on which this exception is raised are not
known, but this replacement is the best guess we can do at this
point.
2013-01-03 22:16:43 +01:00
..
__init__.py Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00
base.py Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00
console.py Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit. 2012-09-07 15:08:07 -04:00
dummy.py Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00
filebased.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
locmem.py Fixed #18861 -- Triggered message validation with locmem email backend 2012-09-22 15:17:13 +02:00
smtp.py Replaced deprecated sslerror by ssl.SSLError 2013-01-03 22:16:43 +01:00