]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436) (GH-139407)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Sep 2025 06:25:51 +0000 (08:25 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Sep 2025 06:25:51 +0000 (06:25 +0000)
commitd232944638da61d0d4d5eadf2efb74dc0709b928
tree548836ad30c6114b24f40e2eaa6becaceaffc55a
parenta461f25ce66209b010f74e97890c051170142e4b
[3.13] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436) (GH-139407)

gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436)

Make UTF8 support for the IMAP APPEND command RFC 6855 compliant.
(cherry picked from commit 408154d64a7b3d43b05f44ea5c4cdf781bdd1352)

Co-authored-by: Gordon Messmer <gordon.messmer@gmail.com>
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]