We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
utf8_enabled
1 parent b96b61e commit 904ea9eCopy full SHA for 904ea9e
1 file changed
stdlib/imaplib.pyi
@@ -26,6 +26,7 @@ class IMAP4:
26
class error(Exception): ...
27
class abort(error): ...
28
class readonly(abort): ...
29
+ utf8_enabled: bool
30
mustquote: Pattern[str]
31
debug: int
32
state: str
0 commit comments