summaryrefslogtreecommitdiff
path: root/tests/mail
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+2
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-34/+9
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-5/+0
* Fixed #27696 -- Measured email long lines on encoded contentClaude Paroz2017-01-061-1/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-18/+17
* Fixed #27469 -- Prevented sending email to empty addressesClaude Paroz2016-11-101-0/+16
* Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection ...Jon Dufresne2016-10-211-16/+11
* Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3Claude Paroz2016-10-121-0/+4
* Removed redundant usage of assertNotIn() in a mail test.Tim Graham2016-10-121-4/+1
* Refs #27210 -- Fixed isolation of test_fail_silently_on_connection_error.Tim Graham2016-09-301-23/+21
* Fixed #27210 -- Allowed SMTPBackend to fail silently on a socket connection e...Vesteinn Snaebjarnarson2016-09-271-0/+14
* Fixed #26210 -- Prevented SMTP backend from trying to send mail after a conne...levental2016-09-211-0/+13
* Fixed #27131 -- Passed proper string type to SMTP connection loginClaude Paroz2016-08-311-2/+47
* Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.Michael Schwarz2016-08-121-0/+25
* Fixed #27036 -- Made locmem email backend's send_messages() accept generators.Antoine Fontaine2016-08-081-6/+10
* Refs #27007 -- Enhanced mail text attachment testMichael Schwarz2016-08-071-3/+27
* Fixed #26802 -- Prevented crash when attaching bytes as text messageClaude Paroz2016-07-081-0/+8
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-3/+3
* Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.Simon Charette2016-06-061-3/+2
* Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.Anton I. Sipos2016-06-041-1/+23
* 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