mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
committed by
Jelle Zijlstra
parent
717cd1f96f
commit
447691cf46
@@ -52,6 +52,8 @@ class IMAP4:
|
||||
def create(self, mailbox: str) -> CommandResults: ...
|
||||
def delete(self, mailbox: str) -> CommandResults: ...
|
||||
def deleteacl(self, mailbox: str, who: str) -> CommandResults: ...
|
||||
if sys.version_info >= (3, 5):
|
||||
def enable(self, capability: str) -> CommandResults: ...
|
||||
def expunge(self) -> CommandResults: ...
|
||||
def fetch(self, message_set: str, message_parts: str) -> CommandResults: ...
|
||||
def getacl(self, mailbox: str) -> CommandResults: ...
|
||||
|
||||
Reference in New Issue
Block a user