imaplib¶
IMAP4 client.
Based on RFC 2060.
Public class: IMAP4 Public variable: Debug Public functions: Internaldate2tuple
Int2AP ParseFlags Time2Internaldate
Functions¶
Int2AP(num) |
Convert integer to A-P string representation. |
Internaldate2tuple(resp) |
Parse an IMAP4 INTERNALDATE string. |
ParseFlags(resp) |
Convert IMAP4 flags response to python tuple. |
Time2Internaldate(date_time) |
Convert date_time to IMAP4 INTERNALDATE representation. |
Classes¶
IMAP4([host, port]) |
IMAP4 client class. |
IMAP4_SSL([host, port, keyfile, certfile]) |
IMAP4 client class over SSL connection |
IMAP4_stream(command) |
IMAP4 client class over a stream |