summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
* gh-79986: Add parsing for References/In-Reply-To email headers (#137201)elenril2025-12-112-0/+46
* gh-68552: fix defects policy (#138579)Ivo Bellin Salarin2025-12-061-4/+3
* gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newli...Paresh Joshi2025-12-061-0/+3
* gh-136702: Deprecate passing non-ascii *encoding* (str) to `encodings.normali...Stan Ulbrych2025-11-092-0/+8
* gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)Filip Łajszczak2025-11-046-15/+18
* gh-135307: Fix email error when policy max_line_length is set to 0 or None (#...Jiucheng(Oliver)2025-11-021-5/+7
* gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (G...Bénédikt Tran2025-10-311-10/+16
* gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#1...Kliment Lamonov2025-07-121-0/+2
* gh-67022: Document bytes/str inconsistency in email.header.decode_header() an...Dan Lenski2025-06-151-4/+13
* Docs: fix docstring of `email.message.Message.add_header` (#134355)Alexander Shadchin2025-06-101-1/+1
* gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 223...Jiucheng(Oliver)2025-06-081-2/+8
* gh-134155: fix AttributeError in email._header_value_parser.get_address (#134...Sergey Miryanov2025-06-051-2/+2
* gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_...R. David Murray2025-05-251-0/+2
* gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)Serhiy Storchaka2025-05-031-1/+1
* gh-127794: Validate email header names according to RFC 5322 (#127820)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-03-302-1/+18
* gh-121284: Fix email address header folding with parsed encoded-word (GH-122754)Mike Edmunds2025-03-181-5/+5
* gh-80222: Fix email address header folding with long quoted-string (#122753)Mike Edmunds2025-01-191-1/+18
* gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr...RanKKI2025-01-061-2/+6
* gh-124452: Fix header mismatches when folding/unfolding with email message (#...RanKKI2024-11-162-4/+4
* gh-126133: Only use start year in PSF copyright, remove end years (#126236)Hugo van Kemenade2024-11-1222-22/+22
* gh-122989: Replace duplicate “self.policy.linesep” with “linesep” (#...Damien2024-09-041-1/+1
* gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)Petr Viktorin2024-07-304-4/+33
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-191-1/+1
* gh-120930: Remove extra blank occuring in wrapped encoded words in email head...Matthieu Caneill2024-07-181-0/+1
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-2211-39/+39
* gh-118643: Fix AttributeError in the email module (GH-119099)Serhiy Storchaka2024-05-221-3/+12
* gh-92081: Fix for email.generator.Generator with whitespace between encoded w...Toshio Kuratomi2024-05-201-7/+41
* gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#1...Hugo van Kemenade2024-05-091-9/+1
* gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc__ (#11...wim glenn2024-05-051-1/+1
* gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)Serhiy Storchaka2024-04-171-1/+1
* bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...Ivan Savin2024-04-171-5/+10
* gh-117313: Fix re-folding email messages containing non-standard line separat...Serhiy Storchaka2024-04-171-2/+3
* gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)Serhiy Storchaka2024-04-171-0/+5
* gh-75171: Fix parsing invalid email address headers starting or ending with a...tsufeki2024-04-171-5/+14
* gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII char...Serhiy Storchaka2024-03-052-2/+2
* gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)Thomas Weißschuh2024-02-171-1/+2
* gh-109653: Improve import time of importlib.metadata / email.utils (#114664)Shantanu2024-01-291-1/+4
* gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold...Rito Takeuchi2024-01-261-1/+8
* gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)Serhiy Storchaka2024-01-101-0/+7
* [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (...Victor Stinner2023-12-151-9/+142
* gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ...Sidney Markowitz2023-12-112-16/+17
* gh-109653: Improve the import time of `email.utils` (#109824)Alex Waygood2023-10-121-5/+7
* gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart...htsedebenham2023-07-231-1/+1
* gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...Gregory P. Smith2023-07-211-57/+6
* gh-106628: email parsing speedup (gh-106629)CF Bolz-Tereick2023-07-131-6/+9
* gh-102988: Detect email address parsing errors and return empty tuple to indi...Thomas Dwyer2023-07-101-6/+57
* gh-102542 Remove unused bytes object and bytes slicing (#106433)JosephSBoyle2023-07-051-7/+4
* GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)Paul Ganssle2023-04-271-4/+4
* gh-102498 Clean up unused variables and imports in the email module (#102482)JosephSBoyle2023-04-245-10/+6
* gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)Alan Williams2023-03-201-29/+11