django1/django/core/mail/backends
Daniel Neuhäuser 4aa80149e7 Fixed #22327 -- Turned BaseEmailBackend into a context manager
Changed the BaseEmailBackend to allow usage as context manager to open
and close connections.
2014-03-31 14:08:51 -04:00
..
__init__.py Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00
base.py Fixed #22327 -- Turned BaseEmailBackend into a context manager 2014-03-31 14:08:51 -04:00
console.py Decode mails using the message encoding. 2013-12-30 23:54:12 +01:00
dummy.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
filebased.py Changed console and filebackend to use msg.as_bytes to output the data as it would get send via smtp. 2013-12-30 23:46:05 +01:00
locmem.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
smtp.py Undelete the `return True` removed in 4e0a2fe. 2014-01-12 23:38:28 +00:00