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.py
Age
Commit message (
Expand
)
Author
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
2005-12-29
Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass o...
Adrian Holovaty
2005-12-29
Fixed #1135 -- Changed django.core.mail functions not to allow newlines in he...
Adrian Holovaty
2005-09-27
Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix
Jacob Kaplan-Moss
2005-07-15
Changed django.core.mail to use [Django] prefix instead of [CMS]
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty