Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/mail
Commit message (Expand)AuthorAgeFilesLines
...
* [py3] Workarounded a Python bug in mail header encodingClaude Paroz2012-08-171-1/+6
* [py3] Fixed mail tests with Python 3Claude Paroz2012-08-091-17/+17
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-6/+6
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-222-5/+7
* Switch to using context managers for acquiring and releas...Alex Gaynor2012-06-232-19/+14
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-072-5/+8
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-051-6/+3
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-1/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-292-2/+2
* Fixed #17811 -- Added connection parameter in call to Ema...Claude Paroz2012-03-291-1/+2
* Made email attachment handling code accept non-ASCII file...Ramiro Morales2012-01-151-0/+4
* Fixed #17444 -- Made it possible to customize the 'To' he...Aymeric Augustin2011-12-301-2/+2
* Remove this deprecated alias.Alex Gaynor2011-09-101-1/+1
* Fixed a bunch of imports of the email stdlib module now t...Jannis Leidel2011-09-091-6/+6
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-5/+5
* Fixed #15750 -- Handle empty mail server credentials grac...Jannis Leidel2011-07-031-2/+8
* Fixed #11212 -- Stopped using quoted-printable encoding f...Jannis Leidel2011-05-071-1/+1
* Advanced deprecations in core.mail, core.commands, core.c...Russell Keith-Magee2011-04-021-10/+0
* Changed e-mail to email throughout documentation and code...Adrian Holovaty2011-04-011-2/+2
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-282-18/+12
* Fixed #15520 -- Fixed incompatibility with email module s...Ramiro Morales2011-02-281-1/+4
* Fixed #13433 -- Changed default behavior of Django email ...Ramiro Morales2011-02-281-2/+33
* Fixed #15042 -- Ensured that email addresses without a do...Russell Keith-Magee2011-01-152-25/+53
* Fixed #14301 -- Further refine changes made in r14216 to ...Jannis Leidel2010-12-211-2/+8
* Fixed #10863 -- Added HTML support to mail_managers() and...Russell Keith-Magee2010-12-061-8/+16
* Fixed #14301 -- Handle email validation gracefully with e...Jannis Leidel2010-10-141-1/+5
* Fixed #13494 -- Correctly concat an email subject prefix ...Jannis Leidel2010-10-121-2/+2
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* Fixed #7722 - added support for CC in EmailMessage.Luke Plant2010-10-081-5/+13
* Fixed #13259 -- Ensure that multiple calls to message() d...Russell Keith-Magee2010-04-011-1/+3
* Fixed #6918: Adjusted the test in r12683 to more specific...Karen Tracey2010-03-061-1/+1
* Fixed #6918, #12791: If an email message has an encoding,...Karen Tracey2010-03-051-14/+24
* Modified the way EMAIL_BACKEND is specified to make it co...Russell Keith-Magee2010-01-041-6/+7
* Expanded on the SMTPConnection deprecation notes, and mad...Russell Keith-Magee2009-12-031-1/+1
* Fixed #12147 -- Replaced use of try-except-finally to all...Russell Keith-Magee2009-11-041-11/+14
* Fixed #11144 -- When a to/from/cc header contains unicode...Russell Keith-Magee2009-11-041-3/+2
* Fixed #11849 -- Corrected handling of use_tls in the SMTP...Russell Keith-Magee2009-11-041-1/+4
* Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee2009-11-0310-0/+672