summaryrefslogtreecommitdiff
path: root/tests/mail
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...Sergei Maertens2016-05-061-1/+47
* Fixed #22561 -- Prevented too long lines in email messagesClaude Paroz2016-04-191-0/+16
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-7/+9
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-4/+4
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-3/+6
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-32/+128
* Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.Konrad Świat2015-07-257-0/+34
* Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...Rolo2015-06-221-8/+59
* Cleanup: Removed the try-except-fail antipattern from testsShai Berger2015-06-051-8/+2
* Refs #23763 -- Fixed SMTPServer Python 3.5 deprecation warning in mail test.Tim Graham2015-05-181-0/+3
* Removed unused imports.Tim Graham2015-03-201-1/+0
* Adapted sendtestemail to be more argparse-ishClaude Paroz2015-03-201-7/+0
* Removed unused import.Tim Graham2015-03-201-2/+0
* Used testing domain names in mail tests per rfc2606.Tim Graham2015-03-201-2/+2
* Fixed #24419 -- Added sendtestemail management commandLoek van Gent2015-03-201-0/+43
* Fixed #24416 -- Added support for lazy email addresses.medmunds2015-03-131-0/+25
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-8/+9
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Refs #23947 -- Isolated a mail test.Diego Guimarães2014-12-061-17/+28
* Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech2014-11-281-0/+28
* Fixed #23924 -- Made EmailMessage raise TypeError for type checksMartin Blech2014-11-271-0/+8
* Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny2014-11-031-0/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-15/+15
* Fixed a flake8 warning.Simon Charette2014-10-151-1/+1
* Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per ...Florian Apolloner2014-10-121-1/+35
* Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla2014-09-131-0/+5
* Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht2014-09-101-0/+28
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser2014-03-311-0/+21
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-301-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-3/+3
* Be more careful about closing connections in mail tests.Marc Tamlyn2014-01-121-5/+15
* Undelete the `return True` removed in 4e0a2fe.Marc Tamlyn2014-01-121-0/+10
* Changed console and filebackend to use msg.as_bytes to output the data as it ...Florian Apolloner2013-12-301-20/+17
* Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).Florian Apolloner2013-12-281-22/+26
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-6/+9
* Undelete the login() call inadvertantly removed in 4e0a2fe59cClaude Paroz2013-10-251-0/+10
* Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.SusanTan2013-10-241-0/+17
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham2013-10-101-11/+13
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-2/+2
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-2/+0
* Switched mail tests to SimpleTestCase.Ramiro Morales2013-08-211-7/+7
* Fixed #12422 -- Don't override global email charset behavior for utf-8.Ramiro Morales2013-08-211-10/+87
* Fixed #18967 -- Don't base64-encode message/rfc822 attachments.Ramiro Morales2013-08-201-0/+33
* Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()Justin Michalicek2013-07-291-0/+28