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.
IMAP4.append
(status, [data])
1 parent 6b4691d commit 1662831Copy full SHA for 1662831
1 file changed
stdlib/imaplib.pyi
@@ -61,7 +61,7 @@ class IMAP4:
61
def socket(self) -> _socket: ...
62
def recent(self) -> _CommandResults: ...
63
def response(self, code: str) -> _CommandResults: ...
64
- def append(self, mailbox: str, flags: str, date_time: str, message: ReadableBuffer) -> str: ...
+ def append(self, mailbox: str, flags: str, date_time: str, message: ReadableBuffer) -> tuple[str, _list[bytes]]: ...
65
def authenticate(self, mechanism: str, authobject: Callable[[bytes], bytes | None]) -> tuple[str, str]: ...
66
def capability(self) -> _CommandResults: ...
67
def check(self) -> _CommandResults: ...
0 commit comments