Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/mail/backends
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-2/+3
* Fixed #23063 -- Convert \n and \r to \r\n when using the ...Florian Apolloner2014-10-121-1/+1
* Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla2014-09-131-1/+1
* Fixed #20743 -- Added support for keyfile/certfile in SMT...Andi Albrecht2014-09-101-1/+9
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+6
* Fixed #22327 -- Turned BaseEmailBackend into a context ma...Daniel Neuhäuser2014-03-311-0/+14
* Undelete the `return True` removed in 4e0a2fe.Marc Tamlyn2014-01-131-0/+1
* Decode mails using the message encoding.Florian Apolloner2013-12-301-3/+5
* Changed console and filebackend to use msg.as_bytes to ou...Florian Apolloner2013-12-302-4/+16
* Introduced as_bytes for SafeMIMEText (and other SafeMIME-...Florian Apolloner2013-12-281-4/+1
* More attacking E302 violatorsAlex Gaynor2013-11-025-0/+5
* Undelete the login() call inadvertantly removed in 4e0a2f...Claude Paroz2013-10-251-0/+2
* Fixed #21271 -- Added timeout parameter to SMTP EmailBack...SusanTan2013-10-251-18/+18
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-052-4/+4
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-1/+1
* Fixed #17471 -- Added smtplib.SMTP_SSL connection option ...Claude Paroz2013-07-111-18/+20
* Adds generators support for email backends that do not su...Brendon Crawford2013-04-043-3/+7
* Replaced deprecated sslerror by ssl.SSLErrorClaude Paroz2013-01-031-2/+2
* Fixed #19382 -- Stopped smtp backend raising exception wh...Claude Paroz2013-01-031-0/+2
* Fixed #19134 -- Allowed closing smtp backend when the ser...Claude Paroz2013-01-031-2/+3
* Fixed #19186 -- Fixed sending mail with unicode content o...Claude Paroz2012-11-141-1/+4
* Fixed #18861 -- Triggered message validation with locmem ...Claude Paroz2012-09-221-0/+2
* Removed many uses of bare "except:", which were either go...Alex Gaynor2012-09-071-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Switch to using context managers for acquiring and releas...Alex Gaynor2012-06-232-19/+14
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #15750 -- Handle empty mail server credentials grac...Jannis Leidel2011-07-031-2/+8
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-14/+11
* Fixed #15042 -- Ensured that email addresses without a do...Russell Keith-Magee2011-01-151-8/+5
* Fixed #14301 -- Further refine changes made in r14216 to ...Jannis Leidel2010-12-211-2/+8
* Fixed #12147 -- Replaced use of try-except-finally to all...Russell Keith-Magee2009-11-041-11/+14
* 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-037-0/+269