提交历史

作者 SHA1 备注 提交日期
  Jon Dufresne fbbff7f808 Refs #29983 -- Added pathlib.Path support to the file email backend. 5 年之前
  Chason Chaffin 55b68de643 Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII. 5 年之前
  Hasan Ramezani 090ca6512f Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS/MANAGERS is set incorrectly. 5 年之前
  Carlton Gibson 1564e42ad3 Refs #30512, #15042 -- Added local-only address to sanitize_email() tests cases. 5 年之前
  Joachim Jablon 2628ea9515 Fixed #30512 -- Used email.headerregistry.parser for parsing emails in sanitize_address(). 5 年之前
  Joachim Jablon 8ba20d9071 Refs #30512 -- Added tests for sanitizing email addresses with display name and two @ signs. 5 年之前
  Joachim Jablon f841a776fe Refs #30512 -- Used subTest() in MailTests.test_sanitize_address. 5 年之前
  Sergey Fedoseev 1933e56eca Removed uneeded generator expressions and list comprehensions. 6 年之前
  Tim Graham 7e6b214ed3 Fixed #30116 -- Dropped support for Python 3.5. 6 年之前
  Jon Dufresne 7785e03ba8 Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 6 年之前
  Tim Graham 0004daa536 Used 4 space hanging indent for dictionaries. 6 年之前
  Denis Stebunov 277de22984 Fixed #30058 -- Made SMTP EmailBackend.send_messages() return 0 for empty/error cases. 6 年之前
  jannschu efc0f77f02 Fixed #29830 -- Fixed loss of custom utf-8 body encoding in mails. 6 年之前
  Tim Graham ec594942cd Removed unnecessary str() in mail tests. 6 年之前
  Mariusz Felisiak 362813d628 Fixed hanging indentation in various code. 7 年之前
  Williams Mendez 2691ed7ba1 Fixed #29140 -- Fixed EmailMessage crash when body is None. 7 年之前
  Tim Graham fa75b2cb51 Refs #27795 -- Removed force_bytes/text() usage in tests. 7 年之前
  Mads Jensen 999fc0687d Added a few tests for smtp EmailBackend. 7 年之前
  Jon Dufresne da82939e5a Fixed #28912 -- Made EmailMessage.message() omit an empty To header. 7 年之前
  Jon Dufresne b03d500295 Fixed #28971 -- Made EmailMessage.message() set Cc from headers dict if it exists. 7 年之前
  Jon Dufresne 6334939417 Tested passing To/Cc/Reply-To in EmailMessage(headers=...) without the corresponding argument. 7 年之前
  Tim Graham cfff2af02b Fixed #27857 -- Dropped support for Python 3.4. 8 年之前
  Tim Graham 6e4c6281db Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 7 年之前
  Igor Tokarev af35c69a3c Fixed #26344 -- Made EmailMessage include alternatives when the body is empty and it has attachments. 7 年之前
  Mads Jensen 550cb3a365 Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 8 年之前
  kalombo dd00184892 Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg. 8 年之前
  kalombo aedfe0ddd7 Tested EmailMessage(attachments=[MIMEText]) 8 年之前
  Claude Paroz 9a9e228321 Fixed #27848 -- Prevented crash when attaching a .eml file to a message 8 年之前
  Claude Paroz 8346680e1c Refs #27795 -- Removed unneeded force_text calls 8 年之前
  Tim Graham 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 年之前