summaryrefslogtreecommitdiff
path: root/tests/mail
AgeCommit message (Expand)Author
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-07-25Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.Konrad Świat
2015-06-22Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...Rolo
2015-06-05Cleanup: Removed the try-except-fail antipattern from testsShai Berger
2015-05-18Refs #23763 -- Fixed SMTPServer Python 3.5 deprecation warning in mail test.Tim Graham
2015-03-20Removed unused imports.Tim Graham
2015-03-20Adapted sendtestemail to be more argparse-ishClaude Paroz
2015-03-20Removed unused import.Tim Graham
2015-03-20Used testing domain names in mail tests per rfc2606.Tim Graham
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent
2015-03-13Fixed #24416 -- Added support for lazy email addresses.medmunds
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-12-06Refs #23947 -- Isolated a mail test.Diego Guimarães
2014-11-28Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech
2014-11-27Fixed #23924 -- Made EmailMessage raise TypeError for type checksMartin Blech
2014-11-03Fixed #21281 -- Made override_settings act at class level when used as a Test...Thomas Chaumeny
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-15Fixed a flake8 warning.Simon Charette
2014-10-12Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per ...Florian Apolloner
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-03-31Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-12Be more careful about closing connections in mail tests.Marc Tamlyn
2014-01-12Undelete the `return True` removed in 4e0a2fe.Marc Tamlyn
2013-12-30Changed console and filebackend to use msg.as_bytes to output the data as it ...Florian Apolloner
2013-12-28Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).Florian Apolloner
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-10-25Undelete the login() call inadvertantly removed in 4e0a2fe59cClaude Paroz
2013-10-24Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.SusanTan
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
2013-10-10Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-08-21Switched mail tests to SimpleTestCase.Ramiro Morales
2013-08-21Fixed #12422 -- Don't override global email charset behavior for utf-8.Ramiro Morales
2013-08-20Fixed #18967 -- Don't base64-encode message/rfc822 attachments.Ramiro Morales
2013-07-29Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()Justin Michalicek
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner