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
2018-12-26
Fixed #30058 -- Made SMTP EmailBackend.send_messages() return 0 for empty/err...
Denis Stebunov
2018-10-22
Fixed #29830 -- Fixed loss of custom utf-8 body encoding in mails.
jannschu
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-20
Fixed #29140 -- Fixed EmailMessage crash when body is None.
Williams Mendez
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-30
Fixed #28912 -- Made EmailMessage.message() omit an empty To header.
Jon Dufresne
2017-12-30
Fixed #28971 -- Made EmailMessage.message() set Cc from headers dict if it ex...
Jon Dufresne
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-09-04
Fixed #26344 -- Made EmailMessage include alternatives when the body is empty...
Igor Tokarev
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-05-27
Replaced some map() and filter() calls with generators.
Tom
2017-05-14
Refs #28196 -- Removed mentions of bytestrings for EmailMessage
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-07
Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachme...
kalombo
2017-04-01
Fixed #27848 -- Prevented crash when attaching a .eml file to a message
Claude Paroz
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-29
Removed unneeded parentheses in class definitions
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Fixed #23905, refs #23919 -- Used make_msgid() from stdlib.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
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
[next]