Django

Code

root/django/trunk/django/core/mail.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8483 [8483] 08/23/08 08:31:28 russellm Fixed #7747: Altered EmailMessage? such that messages with long subject …
(edit) @8086 [8086] 07/25/08 23:10:52 mtredinnick Fixed #7966 -- Send email if it has "bcc" recipients and no "to" …
(edit) @8083 [8083] 07/25/08 22:37:25 mtredinnick Fixed #7574 -- Fixed the handling of lazy translation in email headers.
(edit) @7864 [7864] 07/07/08 20:56:01 adrian Fixed #7655 -- Added two assertions to mail.py to help people debug a …
(edit) @7350 [7350] 03/21/08 16:52:34 gwilson Fixed some styling issues in django/core/mail.py.
(edit) @7349 [7349] 03/21/08 16:39:50 gwilson Noted an additional modification we have made to make_msgid.
(edit) @7348 [7348] 03/21/08 16:08:39 gwilson Fixed #6835 -- Use cached FQDN when creating smtplib.SMTP() connection …
(edit) @7347 [7347] 03/21/08 15:35:39 gwilson Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks …
(edit) @7183 [7183] 02/29/08 11:00:35 mtredinnick Updated a docstring on a couple of email functions to stop the …
(edit) @6989 [6989] 01/02/08 02:39:03 adrian Fixed #6299 -- Fixed an indentation error in django/core/mail.py …
(edit) @6987 [6987] 01/01/08 23:29:10 adrian Fixed #5887 -- Consolidated some duplicate code in SafeMIMEText and …
(edit) @6953 [6953] 12/18/07 22:51:35 mtredinnick Fixed #6139 -- When sending email, made sure that the "to" and "bcc" …
(edit) @6551 [6551] 10/20/07 02:53:54 mtredinnick Fixed #5778 -- Changed the way we detect if a string is non-ASCII when …
(edit) @6270 [6270] 09/15/07 04:51:41 mtredinnick Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst …
(edit) @5854 [5854] 08/11/07 07:10:07 mtredinnick Fixed #4910 -- Allow Unicode content to be passed in for text-based …
(edit) @5622 [5622] 07/06/07 01:53:27 mtredinnick Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield.
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5582 [5582] 07/01/07 01:32:34 mtredinnick Backported the fix from [5581] (unicode-branch) to trunk. Fixes a …
(edit) @5553 [5553] 06/27/07 07:54:15 mtredinnick Fixed #2007 -- Added support for configurable encoding of email message …
(edit) @5550 [5550] 06/27/07 07:41:37 mtredinnick Fixed #3985 -- Added support for custom email headers.
(edit) @5548 [5548] 06/27/07 07:18:05 mtredinnick Added support for creating multipart/alternative email messages. Also …
(edit) @5547 [5547] 06/27/07 04:44:55 mtredinnick Fixed #1541 -- Added ability to create multipart email messages. Thanks, …
(edit) @5146 [5146] 05/03/07 09:38:45 mtredinnick Fixed #3307 -- Added BCC support to the EmailMessage? class. En-passant, …
(edit) @5145 [5145] 05/03/07 08:53:42 mtredinnick Minor edit of initialisation logic.
(edit) @5144 [5144] 05/03/07 08:35:02 mtredinnick Fixed #2897 -- Added support for TLS connections to email handling. This …
(edit) @5143 [5143] 05/03/07 07:08:31 mtredinnick Fixed #3472 -- Don't BASE64-encode UTF-8 (or ASCII) email messages. Patch …
(edit) @5142 [5142] 05/03/07 06:50:43 mtredinnick Fixed bozo error in [5141].
(edit) @5141 [5141] 05/03/07 06:35:11 mtredinnick Fixed #3366 -- Part 1 of the email code refactoring and feature extension. …
(edit) @5041 [5041] 04/20/07 04:59:44 mtredinnick Fixed #4086 -- Removed some redundant code points out by Ilya Semenov.
(edit) @4574 [4574] 02/25/07 10:29:09 jacob Fixed #3488: send_mail no longer uses settings in function default …
(edit) @4570 [4570] 02/25/07 09:55:31 jacob Fixed #3554: django.core.mail now generates dates with the email module …
(edit) @4536 [4536] 02/17/07 00:01:17 mtredinnick Fixed #3067 -- Improved caching of machine hostname to increase server …
(edit) @4065 [4065] 11/10/06 11:42:47 adrian Fixed bug in [4058], in django/core/mail.py. Thanks, Igor Goryachev
(edit) @4058 [4058] 11/09/06 21:28:58 adrian Fixed #3007 -- Fixed Python 2.4-ism from [4051] in django/core/mail.py. …
(edit) @4052 [4052] 11/07/06 13:07:27 adrian Formatting fixes from the past round of checkins
(edit) @4051 [4051] 11/07/06 09:32:18 jacob Fixed #2991: Added Message-ID header to messages sent from Django. Thanks, …
(edit) @2984 [2984] 05/25/06 23:40:48 adrian Fixed #1634 -- Changed django.core.mail to include 'Date' header in …
(edit) @2901 [2901] 05/13/06 12:18:42 jacob Fixed #1235: email sent from django.core.mail will now be encoded …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2665 [2665] 04/10/06 22:23:03 adrian Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3
(edit) @2664 [2664] 04/10/06 22:19:57 adrian Converted django.core.mail to use 'from django.conf import settings' …
(edit) @2548 [2548] 03/22/06 13:47:15 adrian Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. …
(edit) @1798 [1798] 12/29/05 16:12:54 adrian Fixed #1139 -- Changed django.core.mail to raise BadHeaderError? (a …
(edit) @1795 [1795] 12/29/05 14:33:56 adrian Fixed #1135 -- Changed django.core.mail functions not to allow newlines in …
(edit) @710 [710] 09/27/05 11:32:21 jacob Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" …
(edit) @54 [54] 07/15/05 11:47:19 adrian Changed django.core.mail to use [Django] prefix instead of [CMS]
(add) @3 [3] 07/12/05 20:25:57 adrian Imported Django from private SVN repository (created from r. 8825)
Note: See TracRevisionLog for help on using the revision log.