summaryrefslogtreecommitdiff
path: root/django/core/mail.py
AgeCommit message (Expand)Author
2008-08-23Fixed #7747: Altered EmailMessage such that messages with long subject lines ...Russell Keith-Magee
2008-07-26Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients.Malcolm Tredinnick
2008-07-26Fixed #7574 -- Fixed the handling of lazy translation in email headers.Malcolm Tredinnick
2008-07-08Fixed #7655 -- Added two assertions to mail.py to help people debug a common ...Adrian Holovaty
2008-03-21Fixed some styling issues in `django/core/mail.py`.Gary Wilson Jr
2008-03-21Noted an additional modification we have made to `make_msgid`.Gary Wilson Jr
2008-03-21Fixed #6835 -- Use cached FQDN when creating `smtplib.SMTP()` connection to a...Gary Wilson Jr
2008-03-21Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks PhiR.Gary Wilson Jr
2008-02-29Updated a docstring on a couple of email functions to stop the complaints.Malcolm Tredinnick
2008-01-02Fixed #6299 -- Fixed an indentation error in django/core/mail.py introduced i...Adrian Holovaty
2008-01-02Fixed #5887 -- Consolidated some duplicate code in SafeMIMEText and SafeMIMEM...Adrian Holovaty
2007-12-19Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequence...Malcolm Tredinnick
2007-10-20Fixed #5778 -- Changed the way we detect if a string is non-ASCII when creatingMalcolm Tredinnick
2007-09-15Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ...Malcolm Tredinnick
2007-08-11Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mailMalcolm Tredinnick
2007-07-06Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield.Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-01Backported the fix from [5581] (unicode-branch) to trunk. Fixes a methodMalcolm Tredinnick
2007-06-27Fixed #2007 -- Added support for configurable encoding of email message bodies.Malcolm Tredinnick
2007-06-27Fixed #3985 -- Added support for custom email headers.Malcolm Tredinnick
2007-06-27Added support for creating multipart/alternative email messages. Also allowMalcolm Tredinnick
2007-06-27Fixed #1541 -- Added ability to create multipart email messages. Thanks, NickMalcolm Tredinnick
2007-05-03Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed aMalcolm Tredinnick
2007-05-03Minor edit of initialisation logic.Malcolm Tredinnick
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
2007-05-03Fixed #3472 -- Don't BASE64-encode UTF-8 (or ASCII) email messages.Malcolm Tredinnick
2007-05-03Fixed bozo error in [5141].Malcolm Tredinnick
2007-05-03Fixed #3366 -- Part 1 of the email code refactoring and feature extension. ThisMalcolm Tredinnick
2007-04-20Fixed #4086 -- Removed some redundant code points out by Ilya Semenov.Malcolm Tredinnick
2007-02-25Fixed #3488: send_mail no longer uses settings in function default arguments....Jacob Kaplan-Moss
2007-02-25Fixed #3554: django.core.mail now generates dates with the email module inste...Jacob Kaplan-Moss
2007-02-17Fixed #3067 -- Improved caching of machine hostname to increase server restartMalcolm Tredinnick
2006-11-10Fixed bug in [4058], in django/core/mail.py. Thanks, Igor GoryachevAdrian Holovaty
2006-11-10Fixed #3007 -- Fixed Python 2.4-ism from [4051] in django/core/mail.py. Also ...Adrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty
2006-11-07Fixed #2991: Added Message-ID header to messages sent from Django. Thanks, Gr...Jacob Kaplan-Moss
2006-05-26Fixed #1634 -- Changed django.core.mail to include 'Date' header in e-mails. ...Adrian Holovaty
2006-05-13Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded usingJacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-11Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3Adrian Holovaty
2006-04-11Converted django.core.mail to use 'from django.conf import settings' instead ...Adrian Holovaty
2006-03-22Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than...Adrian Holovaty
2005-12-29Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass o...Adrian Holovaty
2005-12-29Fixed #1135 -- Changed django.core.mail functions not to allow newlines in he...Adrian Holovaty
2005-09-27Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefixJacob Kaplan-Moss
2005-07-15Changed django.core.mail to use [Django] prefix instead of [CMS]Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty