| Age | Commit message (Expand) | Author |
| 2010-04-01 | [1.1.X] Fixed #13259 -- Ensure that multiple calls to message() don't corrupt... | Russell Keith-Magee |
| 2010-03-06 | [1.1.X] Fixed #6918, #12791: If an email message has an encoding, actually us... | Karen Tracey |
| 2009-11-04 | [1.1.X] Fixed #11144 -- When a to/from/cc header contains unicode, make sure ... | Russell Keith-Magee |
| 2009-11-04 | [1.1.X] Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handle... | Russell Keith-Magee |
| 2009-06-12 | Fixed #9367 - EmailMultiAlternatives does not properly handle attachments. | Luke Plant |
| 2009-02-16 | Fixed #9214: EmailMessage now respects the From header instead of blindly usi... | Jacob Kaplan-Moss |
| 2008-10-24 | Fixed #9383 -- Don't open a network connection for sending email if there's | Malcolm Tredinnick |
| 2008-10-07 | Fixed #9233 -- Allow date and message-id headers to be passed in manually in | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7747: Altered EmailMessage such that messages with long subject lines ... | Russell Keith-Magee |
| 2008-07-26 | Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7574 -- Fixed the handling of lazy translation in email headers. | Malcolm Tredinnick |
| 2008-07-08 | Fixed #7655 -- Added two assertions to mail.py to help people debug a common ... | Adrian Holovaty |
| 2008-03-21 | Fixed some styling issues in `django/core/mail.py`. | Gary Wilson Jr |
| 2008-03-21 | Noted an additional modification we have made to `make_msgid`. | Gary Wilson Jr |
| 2008-03-21 | Fixed #6835 -- Use cached FQDN when creating `smtplib.SMTP()` connection to a... | Gary Wilson Jr |
| 2008-03-21 | Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks PhiR. | Gary Wilson Jr |
| 2008-02-29 | Updated a docstring on a couple of email functions to stop the complaints. | Malcolm Tredinnick |
| 2008-01-02 | Fixed #6299 -- Fixed an indentation error in django/core/mail.py introduced i... | Adrian Holovaty |
| 2008-01-02 | Fixed #5887 -- Consolidated some duplicate code in SafeMIMEText and SafeMIMEM... | Adrian Holovaty |
| 2007-12-19 | Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequence... | Malcolm Tredinnick |
| 2007-10-20 | Fixed #5778 -- Changed the way we detect if a string is non-ASCII when creating | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ... | Malcolm Tredinnick |
| 2007-08-11 | Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mail | Malcolm Tredinnick |
| 2007-07-06 | Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield. | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-01 | Backported the fix from [5581] (unicode-branch) to trunk. Fixes a method | Malcolm Tredinnick |
| 2007-06-27 | Fixed #2007 -- Added support for configurable encoding of email message bodies. | Malcolm Tredinnick |
| 2007-06-27 | Fixed #3985 -- Added support for custom email headers. | Malcolm Tredinnick |
| 2007-06-27 | Added support for creating multipart/alternative email messages. Also allow | Malcolm Tredinnick |
| 2007-06-27 | Fixed #1541 -- Added ability to create multipart email messages. Thanks, Nick | Malcolm Tredinnick |
| 2007-05-03 | Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed a | Malcolm Tredinnick |
| 2007-05-03 | Minor edit of initialisation logic. | Malcolm Tredinnick |
| 2007-05-03 | Fixed #2897 -- Added support for TLS connections to email handling. This means | Malcolm Tredinnick |
| 2007-05-03 | Fixed #3472 -- Don't BASE64-encode UTF-8 (or ASCII) email messages. | Malcolm Tredinnick |
| 2007-05-03 | Fixed bozo error in [5141]. | Malcolm Tredinnick |
| 2007-05-03 | Fixed #3366 -- Part 1 of the email code refactoring and feature extension. This | Malcolm Tredinnick |
| 2007-04-20 | Fixed #4086 -- Removed some redundant code points out by Ilya Semenov. | Malcolm Tredinnick |
| 2007-02-25 | Fixed #3488: send_mail no longer uses settings in function default arguments.... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3554: django.core.mail now generates dates with the email module inste... | Jacob Kaplan-Moss |
| 2007-02-17 | Fixed #3067 -- Improved caching of machine hostname to increase server restart | Malcolm Tredinnick |
| 2006-11-10 | Fixed bug in [4058], in django/core/mail.py. Thanks, Igor Goryachev | Adrian Holovaty |
| 2006-11-10 | Fixed #3007 -- Fixed Python 2.4-ism from [4051] in django/core/mail.py. Also ... | Adrian Holovaty |
| 2006-11-07 | Formatting fixes from the past round of checkins | Adrian Holovaty |
| 2006-11-07 | Fixed #2991: Added Message-ID header to messages sent from Django. Thanks, Gr... | Jacob Kaplan-Moss |
| 2006-05-26 | Fixed #1634 -- Changed django.core.mail to include 'Date' header in e-mails. ... | Adrian Holovaty |
| 2006-05-13 | Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded using | Jacob Kaplan-Moss |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-11 | Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3 | Adrian Holovaty |
| 2006-04-11 | Converted django.core.mail to use 'from django.conf import settings' instead ... | Adrian Holovaty |
| 2006-03-22 | Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than... | Adrian Holovaty |