<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/mail/tests.py, branch 1.0.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.0.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.0.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-07-25T05:17:38Z</updated>
<entry>
<title>[1.0.X] Fixed #11546 -- Modified the mail regression test to avoid getting hung up on 32/64 bit differences. Thanks to Richard Davies for the report.</title>
<updated>2009-07-25T05:17:38Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-07-25T05:17:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=128787d3b5b1d3e134ef42bb45fa8aeaf699ce19'/>
<id>urn:sha1:128787d3b5b1d3e134ef42bb45fa8aeaf699ce19</id>
<content type='text'>
Merge of r11328 from trunk.


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

Backport of r10983 from trunk


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[1.0.X] Fixed #9214: EmailMessage now respects the From header instead of blindly using from_email. Thanks, Tai Lee.</title>
<updated>2009-02-24T17:02:03Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-02-24T17:02:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=734376f9473693b87db0bdc30a725500db0fb181'/>
<id>urn:sha1:734376f9473693b87db0bdc30a725500db0fb181</id>
<content type='text'>
Backport of r9842 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[1.0.X] Backed out r9250. I committed this to the branch by mistake; there's no</title>
<updated>2008-10-24T06:15:54Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-10-24T06:15:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6c8561249943cb11ec89cd574f1cbcef9ecb0c8a'/>
<id>urn:sha1:6c8561249943cb11ec89cd574f1cbcef9ecb0c8a</id>
<content type='text'>
bug in functionality fixed by this. Refs #9383.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[1.0.X] Fixed #9383 -- Don't open a network connection for sending email if</title>
<updated>2008-10-24T04:41:58Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-10-24T04:41:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43f6136f0fc8ab3494d5f325d53ac0e6335bedac'/>
<id>urn:sha1:43f6136f0fc8ab3494d5f325d53ac0e6335bedac</id>
<content type='text'>
there's 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.

Backport of r9248 from trunk.


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

Backport of r9197 from trunk. I'm calling this a bugfix, since the docs are
unclear about which headers you can pass into an EmailMessage constructor.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't really contributing anything anyway. Thanks to jarrow for the report.</title>
<updated>2008-08-24T05:06:17Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2008-08-24T05:06:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=74b3173fba89b30415f5e247e2ff2f33a7185fbe'/>
<id>urn:sha1:74b3173fba89b30415f5e247e2ff2f33a7185fbe</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8508 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 #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 #7773 -- Added some simple tests for EmailMessage. Thanks to serialx for the patch.</title>
<updated>2008-07-19T02:38:41Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2008-07-19T02:38:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=825622d912aa8e87ddcda1af65edef9bb765e389'/>
<id>urn:sha1:825622d912aa8e87ddcda1af65edef9bb765e389</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
