mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Add utf8_enabled attribute to IMAP4 class (#15006)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user