<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/mail.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-11-03T12:53:26Z</updated>
<entry>
<title>Fixed #10355 -- Added an API for pluggable e-mail backends.</title>
<updated>2009-11-03T12:53:26Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-11-03T12:53:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aba5389326372be43b2a3bdcda16646fd197e807'/>
<id>urn:sha1:aba5389326372be43b2a3bdcda16646fd197e807</id>
<content type='text'>
Thanks to Andi Albrecht for his work on this patch, and to everyone else that contributed during design and development.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11709 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9367 - EmailMultiAlternatives does not properly handle attachments.</title>
<updated>2009-06-12T13:56:40Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2009-06-12T13:56:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9294121d3c4b169406f51d99a915060b175a9bfe'/>
<id>urn:sha1:9294121d3c4b169406f51d99a915060b175a9bfe</id>
<content type='text'>
Thanks to Loek Engels for the bulk of the patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@10983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9214: EmailMessage now respects the From header instead of blindly using from_email. Thanks, Tai Lee.</title>
<updated>2009-02-16T20:47:39Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-02-16T20:47:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ada8d7c0391572d0b1f0408394d041e59d19be4'/>
<id>urn:sha1:8ada8d7c0391572d0b1f0408394d041e59d19be4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9383 -- Don't open a network connection for sending email if there's</title>
<updated>2008-10-24T04:38:43Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-10-24T04:38:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e3aa9a28288737a75f05f2174b4105d01e52af96'/>
<id>urn:sha1:e3aa9a28288737a75f05f2174b4105d01e52af96</id>
<content type='text'>
nothing to send. Saves a bit of time when, for example, processing 500-error
emails with no ADMINs configured. Based on a patch from Jesse Young.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9233 -- Allow date and message-id headers to be passed in manually in</title>
<updated>2008-10-07T12:20:01Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-10-07T12:20:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=70b6c4c015b66626e65006f081cfe348f5726500'/>
<id>urn:sha1:70b6c4c015b66626e65006f081cfe348f5726500</id>
<content type='text'>
email messages. Previously we were creating duplicate headers, which was bad.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7747: Altered EmailMessage such that messages with long subject lines don't use tabs in their continutation sequence. Tabs in subjects cause problems with Outlook and Thunderbird. Thanks to Mark Allison &lt;mark.allison@maplecroft.com&gt; for the report and fix.</title>
<updated>2008-08-23T13:31:28Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2008-08-23T13:31:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f869f905e7d3a335ea9090fa079baf4b5883ec7'/>
<id>urn:sha1:0f869f905e7d3a335ea9090fa079baf4b5883ec7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients.</title>
<updated>2008-07-26T04:10:52Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-26T04:10:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=319a31464d5d60dad11cab804fd9d9c709e4c0bb'/>
<id>urn:sha1:319a31464d5d60dad11cab804fd9d9c709e4c0bb</id>
<content type='text'>
Patch from Zal.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7574 -- Fixed the handling of lazy translation in email headers.</title>
<updated>2008-07-26T03:37:25Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-26T03:37:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f49c5c23f96f11a993036fa10c81b4287327d7ec'/>
<id>urn:sha1:f49c5c23f96f11a993036fa10c81b4287327d7ec</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7655 -- Added two assertions to mail.py to help people debug a common problem (sending strings instead of lists/tuples for 'to' or 'bcc'). Thanks, guettli</title>
<updated>2008-07-08T01:56:01Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2008-07-08T01:56:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f19284b85aed37fd4008c56f1aa7a36517305e54'/>
<id>urn:sha1:f19284b85aed37fd4008c56f1aa7a36517305e54</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed some styling issues in `django/core/mail.py`.</title>
<updated>2008-03-21T21:52:34Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2008-03-21T21:52:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3b48a21fb62c5baf46aa600493acf26308d0b14'/>
<id>urn:sha1:f3b48a21fb62c5baf46aa600493acf26308d0b14</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
