Ronny Vedrilla
|
5fef6d2445
Fixed #35528 -- Added EmailMultiAlternatives.body_contains() helper method.
|
9 ay önce |
Jake Howard
|
aba0e541ca
Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.alternatives to use namedtuples.
|
9 ay önce |
Mariusz Felisiak
|
4ee68bb4f5
Fixed mail.tests.MailTests.test_backend_arg() test on Python 3.13+.
|
9 ay önce |
Natalia
|
338ec052b4
Refs #35361 -- Added test for Email line length checks when dealing with surrogate pairs.
|
11 ay önce |
Mariusz Felisiak
|
305757aec1
Applied Black's 2024 stable style.
|
1 yıl önce |
Mariusz Felisiak
|
0c5456ef37
Used enterClassContext() where appropriate.
|
1 yıl önce |
Mariusz Felisiak
|
d88ec42bd0
Used addCleanup() in tests where appropriate.
|
1 yıl önce |
sindre
|
64060d1c17
Fixed #34904 -- Prevented mutating sent emails from outbox in locmem email backend.
|
1 yıl önce |
Mariusz Felisiak
|
da2f8e8257
Refs #34118 -- Improved sanitize_address() error message for tuple with empty strings.
|
1 yıl önce |
Nick Pope
|
9bd174b9a7
Updated documentation and comments for RFC updates.
|
2 yıl önce |
David Smith
|
fac3dd7f39
Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+.
|
3 yıl önce |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 yıl önce |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 yıl önce |
Mariusz Felisiak
|
569a33579c
Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.
|
3 yıl önce |
Mariusz Felisiak
|
cdad96e633
Refs #27131 -- Removed SMTPBackendTests.test_server_login().
|
3 yıl önce |
Mariusz Felisiak
|
213850b4b9
Refs #32355 -- Used addClassCleanup() in tests.
|
3 yıl önce |
Daniyal
|
474cc420bf
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.
|
4 yıl önce |
Konstantin Alekseev
|
e5118b545b
Used mock.Mock() in SMTPBackendTests.
|
5 yıl önce |
Florian Apolloner
|
96a3ea39ef
Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3.7.8+, and 3.8.4+.
|
4 yıl önce |
Mariusz Felisiak
|
f405954ea2
Refs #31784 -- Added test for preventing header injection in display name of email addresses.
|
4 yıl önce |
Jon Dufresne
|
505fec6bad
Capitalized Unicode in docs, strings, and comments.
|
5 yıl önce |
Jon Dufresne
|
e3c2fae4cd
Adjusted expected exception message for Windows.
|
5 yıl önce |
Jon Dufresne
|
fbbff7f808
Refs #29983 -- Added pathlib.Path support to the file email backend.
|
5 yıl önce |
Chason Chaffin
|
55b68de643
Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII.
|
5 yıl önce |
Hasan Ramezani
|
090ca6512f
Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS/MANAGERS is set incorrectly.
|
5 yıl önce |
Carlton Gibson
|
1564e42ad3
Refs #30512, #15042 -- Added local-only address to sanitize_email() tests cases.
|
5 yıl önce |
Joachim Jablon
|
2628ea9515
Fixed #30512 -- Used email.headerregistry.parser for parsing emails in sanitize_address().
|
6 yıl önce |
Joachim Jablon
|
8ba20d9071
Refs #30512 -- Added tests for sanitizing email addresses with display name and two @ signs.
|
5 yıl önce |
Joachim Jablon
|
f841a776fe
Refs #30512 -- Used subTest() in MailTests.test_sanitize_address.
|
6 yıl önce |
Sergey Fedoseev
|
1933e56eca
Removed uneeded generator expressions and list comprehensions.
|
6 yıl önce |