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
/
message.py
Age
Commit message (
Expand
)
Author
2016-11-10
Fixed #27469 -- Prevented sending email to empty addresses
Claude Paroz
2016-10-12
Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3
Claude Paroz
2016-08-12
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
Michael Schwarz
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-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-05
Limited lines to 119 characters in django/
Tim Graham
2014-05-28
Fixed several typos in Django
Alex Gaynor
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-10-10
Used "is" for comparisons with None.
Tim Graham
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-21
Fixed #12422 -- Don't override global email charset behavior for utf-8.
Ramiro Morales
2013-08-20
Fixed #18967 -- Don't base64-encode message/rfc822 attachments.
Ramiro Morales
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2012-10-11
Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6
Claude Paroz
2012-08-17
[py3] Workarounded a Python bug in mail header encoding
Claude Paroz
2012-08-09
[py3] Fixed mail tests with Python 3
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-01-15
Made email attachment handling code accept non-ASCII filenames.
Ramiro Morales
2011-12-30
Fixed #17444 -- Made it possible to customize the 'To' header in emails.
Aymeric Augustin
2011-09-09
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-05-07
Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-02-28
Fixed #15520 -- Fixed incompatibility with email module shipped with Python 2...
Ramiro Morales
2011-02-28
Fixed #13433 -- Changed default behavior of Django email message wrappers to ...
Ramiro Morales
2011-01-15
Fixed #15042 -- Ensured that email addresses without a domain can still be ma...
Russell Keith-Magee
2010-10-14
Fixed #14301 -- Handle email validation gracefully with email addresses conta...
Jannis Leidel
2010-10-07
Fixed #7722 - added support for CC in EmailMessage.
Luke Plant
[prev]
[next]