Add utf8_enabled attribute to IMAP4 class (#15006)

This commit is contained in:
Guo Ci
2025-11-09 16:16:47 -05:00
committed by GitHub
parent b96b61efad
commit 904ea9ec02
+1
View File
@@ -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