| Age | Commit message (Expand) | Author |
| 2013-09-03 | [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0. | Aymeric Augustin |
| 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 |
| 2011-07-03 | Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean... | Jannis Leidel |
| 2011-05-07 | Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS... | Jannis Leidel |
| 2011-04-02 | Advanced deprecations in core.mail, core.commands, core.context_processors an... | Russell Keith-Magee |
| 2011-04-01 | Changed e-mail to email throughout documentation and codebase. The one except... | Adrian Holovaty |
| 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-12-21 | Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII ch... | Jannis Leidel |
| 2010-12-06 | Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ... | Russell Keith-Magee |
| 2010-10-14 | Fixed #14301 -- Handle email validation gracefully with email addresses conta... | Jannis Leidel |
| 2010-10-11 | Fixed #13494 -- Correctly concat an email subject prefix with a translation s... | Jannis Leidel |
| 2010-10-11 | Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin... | Russell Keith-Magee |
| 2010-10-07 | Fixed #7722 - added support for CC in EmailMessage. | Luke Plant |
| 2010-04-01 | Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext... | Russell Keith-Magee |
| 2010-03-06 | Fixed #6918: Adjusted the test in r12683 to more specifically look for what i... | Karen Tracey |
| 2010-03-05 | Fixed #6918, #12791: If an email message has an encoding, actually use that e... | Karen Tracey |
| 2010-01-04 | Modified the way EMAIL_BACKEND is specified to make it consistent with the ne... | Russell Keith-Magee |
| 2009-12-03 | Expanded on the SMTPConnection deprecation notes, and made the deprecation a ... | Russell Keith-Magee |
| 2009-11-04 | Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su... | Russell Keith-Magee |
| 2009-11-04 | Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai... | Russell Keith-Magee |
| 2009-11-04 | Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handler. Thank... | Russell Keith-Magee |
| 2009-11-03 | Fixed #10355 -- Added an API for pluggable e-mail backends. | Russell Keith-Magee |