Skip to content

Commit 904ea9e

Browse files
authored
Add utf8_enabled attribute to IMAP4 class (#15006)
1 parent b96b61e commit 904ea9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/imaplib.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class IMAP4:
2626
class error(Exception): ...
2727
class abort(error): ...
2828
class readonly(abort): ...
29+
utf8_enabled: bool
2930
mustquote: Pattern[str]
3031
debug: int
3132
state: str

0 commit comments

Comments
 (0)