<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/mail/tests.py, branch archive/soc2010/query-refactor</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-04-01T15:16:26Z</updated>
<entry>
<title>Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any extra message headers. Thanks to canburak for the report, and Andi Albrecht for the fix.</title>
<updated>2010-04-01T15:16:26Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-04-01T15:16:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=db5be42c124886eab758e5f4c181db32af174e23'/>
<id>urn:sha1:db5be42c124886eab758e5f4c181db32af174e23</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6918: Adjusted the test in r12683 to more specifically look for what it is testing so it doesn't get thrown off by other minor differences in email ouput (hopefully). Also put a docstring back in its place.</title>
<updated>2010-03-06T15:50:12Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-06T15:50:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a2c4ad1dabf58130e0c97636dd401bb615f715ee'/>
<id>urn:sha1:a2c4ad1dabf58130e0c97636dd401bb615f715ee</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12688 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6918, #12791: If an email message has an encoding, actually use that encoding to encode body and headers. Thanks for patch with tests oyvind.</title>
<updated>2010-03-05T21:27:58Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-05T21:27:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=68f4d1256a535e675aa202a2ee917c02371ae70a'/>
<id>urn:sha1:68f4d1256a535e675aa202a2ee917c02371ae70a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12683 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Modified the way EMAIL_BACKEND is specified to make it consistent with the new "use the class name" policy for backends.</title>
<updated>2010-01-04T12:05:04Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-01-04T12:05:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e07560a88e2bc1f5be2aabec25eca950259f7266'/>
<id>urn:sha1:e07560a88e2bc1f5be2aabec25eca950259f7266</id>
<content type='text'>
This is a BACKWARDS-INCOMPATIBLE CHANGE for anyone using a manually
specified EMAIL_BACKEND setting. If you have manually specified
EMAIL_BACKEND, you will need to append ".EmailBackend" to your
existing EMAIL_BACKEND setting. See the django-dev mailing list for
details.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11144 -- When a to/from/cc header contains unicode, make sure the email addresses are parsed correctly (especially with regards to commas). Thanks to rmt for the patch.</title>
<updated>2009-11-04T11:24:56Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-11-04T11:24:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd5d7622a5d8f95c304267b1bcb0d9a8d28d6d8e'/>
<id>urn:sha1:dd5d7622a5d8f95c304267b1bcb0d9a8d28d6d8e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<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 #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:14:46Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-07-25T05:14:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a01812c15eac2b40d8605764be79ba2578113d5'/>
<id>urn:sha1:4a01812c15eac2b40d8605764be79ba2578113d5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11328 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>
</feed>
