cpython/Lib/email
Miss Islington (bot) 68f814eb71
[3.15] gh-53144: Improve charset support in the email package (GH-149942) (GH-150967)
Defer to the codecs module for all aliases.
Use MIME/IANA names for all IANA registered charsets.
Fix email.contentmanager.set_text_content().
(cherry picked from commit c195a046f8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2026-06-05 13:22:33 +00:00
..
mime
__init__.py
_encoded_words.py
_header_value_parser.py [3.15] gh-128110: Fix rfc2047 whitespace handling in email parser address headers (GH-130749) (#149787) 2026-05-13 16:26:42 -04:00
_parseaddr.py [3.15] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) (#150796) 2026-06-02 11:31:56 -04:00
_policybase.py
architecture.rst
base64mime.py
charset.py [3.15] gh-53144: Improve charset support in the email package (GH-149942) (GH-150967) 2026-06-05 13:22:33 +00:00
contentmanager.py [3.15] gh-53144: Improve charset support in the email package (GH-149942) (GH-150967) 2026-06-05 13:22:33 +00:00
encoders.py
errors.py gh-81074: Allow non-ASCII addr_spec in email.headerregistry.Address (#122477) 2026-05-01 14:00:46 -04:00
feedparser.py
generator.py gh-148192: Fix Generator._make_boundary behavior with CRLF line endings. (#148193) 2026-04-14 09:10:08 -04:00
header.py
headerregistry.py
iterators.py
message.py
parser.py
policy.py
quoprimime.py
utils.py