index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
mail
Age
Commit message (
Expand
)
Author
14 days
Fixed #37152 -- Raised ValueError when Bcc is used in EmailMessage headers.
diaxoaine
2026-06-11
Fixed #37141 -- Added --using option to sendtestemail command.
NagaKartheekReddy
2026-06-03
Fixed CVE-2026-7666 -- Delayed setting SMTP connection until fully configured.
Jake Howard
2026-05-14
Refs #36664 -- Updated SMTP EmailBackend tests for Python 3.15.
Mike Edmunds
2026-05-13
Fixed #35514 -- Implemented dictionary-based MAILERS.
Mike Edmunds
2026-05-08
Refs #35514 -- Decoupled settings from functional EmailBackend tests.
Mike Edmunds
2026-05-06
Refs #35514 -- Added error for missing EMAIL_FILE_PATH setting.
Mike Edmunds
2026-05-06
Refs #35514 -- Added missing mail tests.
Mike Edmunds
2026-05-06
Refs #35514 -- Simplified mail tests.
Mike Edmunds
2026-05-06
Refs #35514 -- Cleaned up mail tests.
Mike Edmunds
2026-04-11
Fixed #36953 -- Split EmailBackend tests to separate file.
Mike Edmunds
2026-04-11
Refs #36953 -- Moved non-backend-dependent BaseEmailBackendTests.
Mike Edmunds
2026-04-11
Refs #36953 -- Split apart catchall MailTests.
Mike Edmunds
2026-04-11
Refs #36953 -- Split compound mail tests.
Mike Edmunds
2026-04-11
Refs #36953 -- Removed unnecessary overrides from mail tests.
Mike Edmunds
2026-03-16
Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs.
Praful Gulani
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-10-17
Refs #35844 -- Doc'd Python 3.14 compatibility.
Mariusz Felisiak
2025-07-25
Fixed #35581 -- Updated django.core.mail to Python's modern email API.
Mike Edmunds
2025-07-25
Refs #35581 -- Added missing test for lazy email headers.
Mike Edmunds
2025-07-23
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-17
Fixed #36163 -- Deprecated most positional arguments in django.core.mail.
Mike Edmunds
2025-07-16
Refs #35581 -- Added workaround for Python bug in mail tests.
Mike Edmunds
2025-07-16
Refs #35581 -- Reduced implementation dependencies in mail tests.
Mike Edmunds
2025-06-26
Fixed #36478 -- Fixed inconsistent mail attachment handling.
Mike Edmunds
2025-04-24
Fixed #36309 -- Made email alternatives and attachments pickleable.
nessita
2025-04-09
Refs #35581 -- Updated mail tests to include trailing newlines.
Mike Edmunds
2025-03-21
Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.
Mike Edmunds
2025-03-18
Refs #36138 -- Improved tests for mail_admins() and mail_managers().
Mike Edmunds
2025-01-31
Fixed #36119 -- Fixed UnicodeEncodeError when attaching a file with 8bit Cont...
greg
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2024-12-03
Refs #35581 -- Added tests for email parameters, attachments, MIME structure,...
Mike Edmunds
2024-12-03
Refs #35581 -- Used modern email parser and helpers in mail tests.
Mike Edmunds
2024-12-03
Refs #35581 -- Improved reporting for failing tests in mail tests.
Mike Edmunds
2024-10-29
Refs #35581 -- Reduced boilerplate in mail tests.
Mike Edmunds
2024-10-29
Refs #35581 -- Identified mail tests that check for Python 2 behavior.
Mike Edmunds
2024-10-29
Refs #35581 -- Verified attachments in the generated message in mail tests.
Mike Edmunds
2024-10-29
Refs #35581 -- Clarified some test names and comments in mail tests.
Mike Edmunds
2024-09-03
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sen...
Natalia
2024-08-05
Refs #35537 -- Improved documentation and test coverage for email attachments...
Jake Howard
2024-07-11
Fixed #35033, Refs #28912 -- Fixed repeated headers in EmailMessage.
Mike Edmunds
2024-06-21
Fixed #35528 -- Added EmailMultiAlternatives.body_contains() helper method.
Ronny Vedrilla
2024-06-20
Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.a...
Jake Howard
2024-06-14
Fixed mail.tests.MailTests.test_backend_arg() test on Python 3.13+.
Mariusz Felisiak
2024-04-10
Refs #35361 -- Added test for Email line length checks when dealing with surr...
Natalia
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-24
Added test for the sendtestemail command when no recipients are given.
Baptiste Mispelon
2024-01-04
Used enterClassContext() where appropriate.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
[next]