From 904ea9ec022ae75d282f6a4c34563e4e9b8eed15 Mon Sep 17 00:00:00 2001 From: Guo Ci Date: Sun, 9 Nov 2025 16:16:47 -0500 Subject: [PATCH] Add `utf8_enabled` attribute to IMAP4 class (#15006) --- stdlib/imaplib.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/imaplib.pyi b/stdlib/imaplib.pyi index 536985a59..39fd46652 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