]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-79986: Add parsing for References/In-Reply-To email headers (#137201)
authorelenril <anton@khirnov.net>
Thu, 11 Dec 2025 14:20:53 +0000 (15:20 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 14:20:53 +0000 (09:20 -0500)
commit79aa43a9797de64a3c42794f34329eab638dd67a
treefc7b4f053c9a556c1d4075fb5e9350fef96b453d
parent4eab90f4f33e1c072faf9d2e231d310bdc90ec97
gh-79986: Add parsing for References/In-Reply-To email headers (#137201)

This is a followup to 46d88a113142b26c01c95c93846a89318ba87ffc (#13397),
which added parsing for Message-ID. Similar handling is needed for the
other two identification headers.
Lib/email/_header_value_parser.py
Lib/email/headerregistry.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_email/test_headerregistry.py
Misc/NEWS.d/next/Library/2025-07-29-11-37-22.gh-issue-79986.fnJbE_.rst [new file with mode: 0644]