From 3741fb7d2cfd2c5b495148b0c2915a6a10e28ecc Mon Sep 17 00:00:00 2001 From: Guo Ci Date: Sun, 9 Nov 2025 15:59:20 -0500 Subject: [PATCH] Add `utf8_enabled` attribute to IMAP4 class https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.utf8_enabled --- stdlib/imaplib.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/imaplib.pyi b/stdlib/imaplib.pyi index 536985a592b7..39fd466529bb 100644 --- a/stdlib/imaplib.pyi +++ b/stdlib/imaplib.pyi @@ -26,6 +26,7 @@ class IMAP4: class error(Exception): ... class abort(error): ... class readonly(abort): ... + utf8_enabled: bool mustquote: Pattern[str] debug: int state: str