Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/mail
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-32/+128
* Fixed #24623 -- Fixed EmailMessage.attach_file() with tex...Konrad Świat2015-07-257-0/+34
* Fixed #24970 -- Added --managers and --admins options to ...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 wa...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 typ...Martin Blech2014-11-281-0/+8
* Fixed #21281 -- Made override_settings act at class level...Thomas Chaumeny2014-11-031-0/+2
* Fixed #23620 -- Used more specific assertions in the Djan...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 ...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 SMT...Andi Albrecht2014-09-101-0/+28
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #22327 -- Turned BaseEmailBackend into a context ma...Daniel Neuhäuser2014-03-311-0/+21
* Corrected many style guide violations that the newest ver...Alex 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-131-5/+15
* Undelete the `return True` removed in 4e0a2fe.Marc Tamlyn2014-01-131-0/+10
* Changed console and filebackend to use msg.as_bytes to ou...Florian Apolloner2013-12-301-20/+17
* Introduced as_bytes for SafeMIMEText (and other SafeMIME-...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 4e0a2f...Claude Paroz2013-10-251-0/+10
* Fixed #21271 -- Added timeout parameter to SMTP EmailBack...SusanTan2013-10-251-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...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 unifi...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 behav...Ramiro Morales2013-08-211-10/+87
* Fixed #18967 -- Don't base64-encode message/rfc822 attach...Ramiro Morales2013-08-211-0/+33
* Fixed #20817 -- Added html_message parameter to django.co...Justin Michalicek2013-07-291-0/+28
* Fixed #17471 -- Added smtplib.SMTP_SSL connection option ...Claude Paroz2013-07-111-0/+55
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-6/+6
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+758