django1/django/core/mail/backends
Sergei Maertens ec009ef1d8 Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address.
On Python 3, sending emails failed for addresses containing non-ASCII
characters due to the usage of the legacy Python email.utils.formataddr()
function. This is fixed by using the proper Address object on Python 3.
2016-05-06 14:34:11 -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 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
locmem.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
smtp.py Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address. 2016-05-06 14:34:11 -04:00