django1/django/core/mail
Vasiliy Faronov 31e0314979 Fixed #26580 -- Updated references to obsolete RFC 2822.
Didn't rename django.utils.feedgenerator.rfc2822_date()
as some external code may rely on it.
2016-05-10 11:24:51 -04:00
..
backends Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address. 2016-05-06 14:34:11 -04:00
__init__.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
message.py Fixed #26580 -- Updated references to obsolete RFC 2822. 2016-05-10 11:24:51 -04:00
utils.py