Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/mail
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24623 -- Fixed EmailMessage.attach_file() with tex...Konrad Świat2015-07-251-3/+29
* Replaced six.BytesIO with io.BytesIOTim Graham2015-07-201-1/+2
* Sorted imports in __init__.py files.Tim Graham2015-06-271-8/+7
* Removed support for Python 3.3.Tim Graham2015-06-181-8/+1
* Fixed #24416 -- Added support for lazy email addresses.medmunds2015-03-131-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-10/+11
* Removed compatibility with Python 3.2.Tim Graham2015-01-171-6/+1
* Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech2014-11-281-3/+13
* Fixed #23924 -- Made EmailMessage raise TypeError for typ...Martin Blech2014-11-281-3/+6
* Removed workaround for lack of os.getpid() in Jython.Tim Graham2014-11-241-12/+14
* Fixed #13694 -- Made SafeMIMEText's constructor compatibl...Berker Peksag2014-11-241-8/+11
* Fixed #23063 -- Convert \n and \r to \r\n when using the ...Florian Apolloner2014-10-122-5/+8
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Updated comment about Python issueClaude Paroz2014-09-271-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-052-3/+9
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #22327 -- Turned BaseEmailBackend into a context ma...Daniel Neuhäuser2014-03-311-0/+14
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* 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-282-19/+19
* Worked around a bug in python 3.3.3. Refs #21093Florian Apolloner2013-12-281-1/+8
* Fixed #21093 -- Ensured that mails are not base64 encoded...Florian Apolloner2013-12-281-41/+30
* More attacking E302 violatorsAlex Gaynor2013-11-025-0/+5
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+8
* 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
* Used "is" for comparisons with None.Tim Graham2013-10-101-1/+2
* 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
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Fixed #12422 -- Don't override global email charset behav...Ramiro Morales2013-08-211-2/+12
* Fixed #18967 -- Don't base64-encode message/rfc822 attach...Ramiro Morales2013-08-211-3/+41
* Fixed #20817 -- Added html_message parameter to django.co...Justin Michalicek2013-07-291-3/+7
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-4/+0
* 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
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-14/+2
* 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 #19107 -- Workarounded message-encoding bug on Pyth...Claude Paroz2012-10-111-0/+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