django1/django/core/mail/backends
Claude Paroz 3afde36d03 Undelete the login() call inadvertantly removed in 4e0a2fe59c
Refs #21271.
2013-10-25 11:23:19 +02:00
..
__init__.py Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00
base.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
console.py Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
dummy.py Adds generators support for email backends that do not support it. 2013-04-03 19:42:31 -07:00
filebased.py Start attacking E231 violations 2013-10-24 10:30:03 -07:00
locmem.py Adds generators support for email backends that do not support it. 2013-04-03 19:42:31 -07:00
smtp.py Undelete the login() call inadvertantly removed in 4e0a2fe59c 2013-10-25 11:23:19 +02:00