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
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
2013-10-10
Used "is" for comparisons with None.
Tim Graham
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
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-29
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
Justin Michalicek
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-11
Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
Claude Paroz
2013-04-03
Adds generators support for email backends that do not support it.
Brendon Crawford
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-01-03
Replaced deprecated sslerror by ssl.SSLError
Claude Paroz
2013-01-03
Fixed #19382 -- Stopped smtp backend raising exception when already closed
Claude Paroz
2013-01-03
Fixed #19134 -- Allowed closing smtp backend when the server is stopped
Claude Paroz
2012-11-14
Fixed #19186 -- Fixed sending mail with unicode content on Python 3
Claude Paroz
2012-10-11
Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6
Claude Paroz
2012-09-22
Fixed #18861 -- Triggered message validation with locmem email backend
Claude Paroz
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
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-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
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-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-29
Fixed #17811 -- Added connection parameter in call to EmailMessage from send_...
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-10
Remove this deprecated alias.
Alex Gaynor
2011-09-09
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
[prev]
[next]