提交历史

作者 SHA1 备注 提交日期
  Mariusz Felisiak f5772de696 Fixed #36005 -- Dropped support for Python 3.10 and 3.11. 2 月之前
  Mike Edmunds ea34de3bd7 Refs #35581 -- Added tests for email parameters, attachments, MIME structure, bcc header, encoding and sending. 7 月之前
  Mike Edmunds 5d7001b578 Refs #35581 -- Used modern email parser and helpers in mail tests. 7 月之前
  Mike Edmunds bddd35cb1a Refs #35581 -- Improved reporting for failing tests in mail tests. 7 月之前
  Mike Edmunds cf4d902eb5 Refs #35581 -- Reduced boilerplate in mail tests. 7 月之前
  Mike Edmunds 00861c4ca7 Refs #35581 -- Identified mail tests that check for Python 2 behavior. 5 月之前
  Mike Edmunds 4d76adfacd Refs #35581 -- Verified attachments in the generated message in mail tests. 5 月之前
  Mike Edmunds 889be2f455 Refs #35581 -- Clarified some test names and comments in mail tests. 5 月之前
  Jake Howard d5bebc1c26 Refs #35537 -- Improved documentation and test coverage for email attachments and alternatives. 9 月之前
  Mike Edmunds b9098538a9 Fixed #35033, Refs #28912 -- Fixed repeated headers in EmailMessage. 9 月之前
  Ronny Vedrilla 5fef6d2445 Fixed #35528 -- Added EmailMultiAlternatives.body_contains() helper method. 9 月之前
  Jake Howard aba0e541ca Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.alternatives to use namedtuples. 9 月之前
  Mariusz Felisiak 4ee68bb4f5 Fixed mail.tests.MailTests.test_backend_arg() test on Python 3.13+. 9 月之前
  Natalia 338ec052b4 Refs #35361 -- Added test for Email line length checks when dealing with surrogate pairs. 11 月之前
  Mariusz Felisiak 305757aec1 Applied Black's 2024 stable style. 1 年之前
  Mariusz Felisiak 0c5456ef37 Used enterClassContext() where appropriate. 1 年之前
  Mariusz Felisiak d88ec42bd0 Used addCleanup() in tests where appropriate. 1 年之前
  sindre 64060d1c17 Fixed #34904 -- Prevented mutating sent emails from outbox in locmem email backend. 1 年之前
  Mariusz Felisiak da2f8e8257 Refs #34118 -- Improved sanitize_address() error message for tuple with empty strings. 1 年之前
  Nick Pope 9bd174b9a7 Updated documentation and comments for RFC updates. 2 年之前
  David Smith fac3dd7f39 Refs #33173 -- Fixed MailTests.test_backend_arg() on Windows and Python 3.11+. 3 年之前
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 年之前
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 年之前
  Mariusz Felisiak 569a33579c Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules. 3 年之前
  Mariusz Felisiak cdad96e633 Refs #27131 -- Removed SMTPBackendTests.test_server_login(). 3 年之前
  Mariusz Felisiak 213850b4b9 Refs #32355 -- Used addClassCleanup() in tests. 3 年之前
  Daniyal 474cc420bf Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core. 4 年之前
  Konstantin Alekseev e5118b545b Used mock.Mock() in SMTPBackendTests. 5 年之前
  Florian Apolloner 96a3ea39ef Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3.7.8+, and 3.8.4+. 4 年之前
  Mariusz Felisiak f405954ea2 Refs #31784 -- Added test for preventing header injection in display name of email addresses. 4 年之前