cpython/Lib/test/test_email
Serhiy Storchaka deaecb88fa
gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)
It was raised when the charset is rfc2231 encoded, e.g.:

   Content-Type: text/plain; charset*=ansi-x3.4-1968''utf-8
2024-04-17 19:31:26 +03:00
..
data
__init__.py
__main__.py
test__encoded_words.py
test__header_value_parser.py bpo-40944: Fix IndexError when parse emails with truncated Message-ID, address, routes, etc (GH-20790) 2024-04-17 10:14:22 +00:00
test_asian_codecs.py
test_contentmanager.py
test_defect_handling.py
test_email.py gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) 2024-04-17 19:31:26 +03:00
test_generator.py gh-117313: Fix re-folding email messages containing non-standard line separators (GH-117369) 2024-04-17 13:00:25 +03:00
test_headerregistry.py gh-75171: Fix parsing invalid email address headers starting or ending with a dot (GH-15600) 2024-04-17 10:39:15 +03:00
test_inversion.py
test_message.py
test_parser.py
test_pickleable.py
test_policy.py gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold() (GH-6986) 2024-01-26 15:19:41 +00:00
test_utils.py gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835) 2024-01-12 11:46:17 +01:00
torture_test.py