Trees | Indices | Help |
|
---|
|
IMAP4 client. Based on RFC 2060. Public class: IMAP4 Public variable: Debug Public functions: Internaldate2tuple Int2AP ParseFlags Time2Internaldate
Version: 2.58
|
|||
IMAP4 IMAP4 client class. |
|||
IMAP4_SSL IMAP4 client class over SSL connection |
|||
IMAP4_stream IMAP4 client class over a stream |
|||
_Authenticator Private class to provide en/decoding for base64-based authentication conversation. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
CRLF =
|
|||
Debug = 0
|
|||
IMAP4_PORT = 143
|
|||
IMAP4_SSL_PORT = 993
|
|||
AllowedVersions =
|
|||
Commands =
|
|||
Continuation = re.compile(r'\+
|
|||
Flags = re.compile(r'.
|
|||
InternalDate = re.compile(r'.
|
|||
Literal = re.compile(r'.
|
|||
MapCRLF = re.compile(r'\r\n
|
|||
Response_code = re.compile(r'\[
|
|||
Untagged_response = re.compile(r'\*
|
|||
Untagged_status = re.compile(r'\*
|
|||
Mon2num =
|
Imports: binascii, os, random, re, socket, sys, time
|
Convert IMAP4 INTERNALDATE to UT. Returns Python time module tuple. |
Convert 'date_time' to IMAP4 INTERNALDATE representation. Return string in form: '"DD-Mmm-YYYY HH:MM:SS +HHMM"' |
|
Commands
|
InternalDate
|
Response_code
|
Untagged_response
|
Untagged_status
|
Mon2num
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:41:00 2008 | http://epydoc.sourceforge.net |