]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436)
authorGordon Messmer <gordon.messmer@gmail.com>
Mon, 29 Sep 2025 06:03:06 +0000 (23:03 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Sep 2025 06:03:06 +0000 (09:03 +0300)
commit408154d64a7b3d43b05f44ea5c4cdf781bdd1352
treeb3eb8429e9c15b84324400923657abfa3593eeb7
parentd3e3b2b0ac23e30e3d246bd12432c37bccf66f5d
gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436)

Make UTF8 support for the IMAP APPEND command RFC 6855 compliant.
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS.d/next/Library/2023-02-13-20-34-52.gh-issue-78319.V1zzed.rst [new file with mode: 0644]