index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
mail
Age
Commit message (
Expand
)
Author
2017-01-06
Fixed #27696 -- Measured email long lines on encoded content
Claude Paroz
2016-12-23
Refs #26487 -- Removed unneeded ehlo() calls in SMTP backend.
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Fixed #27469 -- Prevented sending email to empty addresses
Claude Paroz
2016-10-21
Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection ...
Jon Dufresne
2016-10-12
Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3
Claude Paroz
2016-10-05
Removed unused variable in django/core/mail/backends/smtp.py.
Tim Graham
2016-09-27
Fixed #27210 -- Allowed SMTPBackend to fail silently on a socket connection e...
Vesteinn Snaebjarnarson
2016-09-21
Fixed #26210 -- Prevented SMTP backend from trying to send mail after a conne...
levental
2016-08-31
Fixed #27131 -- Passed proper string type to SMTP connection login
Claude Paroz
2016-08-12
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
Michael Schwarz
2016-08-08
Fixed #27036 -- Made locmem email backend's send_messages() accept generators.
Antoine Fontaine
2016-07-08
Fixed #26802 -- Prevented crash when attaching bytes as text message
Claude Paroz
2016-06-04
Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.
Anton I. Sipos
2016-05-10
Fixed #26580 -- Updated references to obsolete RFC 2822.
Vasiliy Faronov
2016-05-06
Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...
Sergei Maertens
2016-04-19
Fixed #22561 -- Prevented too long lines in email messages
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-07-25
Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.
Konrad Świat
2015-07-20
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-03-13
Fixed #24416 -- Added support for lazy email addresses.
medmunds
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2014-11-28
Fixed #23910 -- Added reply_to parameter to EmailMessage
Martin Blech
2014-11-27
Fixed #23924 -- Made EmailMessage raise TypeError for type checks
Martin Blech
2014-11-24
Removed workaround for lack of os.getpid() in Jython.
Tim Graham
2014-11-24
Fixed #13694 -- Made SafeMIMEText's constructor compatible with MIMEText.
Berker Peksag
2014-10-12
Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per ...
Florian Apolloner
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-27
Updated comment about Python issue
Claude Paroz
2014-09-13
Fixed #23461 -- Added EMAIL_TIMEOUT setting
José Padilla
2014-09-10
Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.
Andi Albrecht
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-03-31
Fixed #22327 -- Turned BaseEmailBackend into a context manager
Daniel Neuhäuser
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-01-12
Undelete the `return True` removed in 4e0a2fe.
Marc Tamlyn
2013-12-30
Decode mails using the message encoding.
Florian Apolloner
2013-12-30
Changed console and filebackend to use msg.as_bytes to output the data as it ...
Florian Apolloner
2013-12-28
Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).
Florian Apolloner
2013-12-28
Worked around a bug in python 3.3.3. Refs #21093
Florian Apolloner
2013-12-28
Fixed #21093 -- Ensured that mails are not base64 encoded on python 3.3.3+.
Florian Apolloner
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-25
Undelete the login() call inadvertantly removed in 4e0a2fe59c
Claude Paroz
2013-10-24
Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.
SusanTan
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
[next]