| Home | Trees | Index | Help | 
|---|
| Package tlslite :: Package integration :: Module IMAP4_TLS :: Class IMAP4_TLS | 
 | 
       IMAP4 --+
               |
ClientHelper --+
               |
              IMAP4_TLS
imaplib.IMAP4 with TLS support.
| Method Summary | |
|---|---|
| Create a new IMAP4_TLS. | |
| Setup connection to remote server on "host:port". | |
| Inherited from IMAP4 | |
|  | |
| Append message to named mailbox. | |
| Authenticate command - requires response processing. | |
| Checkpoint mailbox on server. | |
| Close currently selected mailbox. | |
| Copy 'message_set' messages onto end of 'new_mailbox'. | |
| Create new mailbox. | |
| Delete old mailbox. | |
| Permanently remove deleted items from selected mailbox. | |
| Fetch (parts of) messages. | |
| Get the ACLs for a mailbox. | |
| Get the quota root's resource usage and limits. | |
| Get the list of quota roots for the named mailbox. | |
| List mailbox names in directory matching pattern. | |
| Identify client using plaintext password. | |
| Force use of CRAM-MD5 authentication. | |
| Shutdown connection to server. | |
| List 'subscribed' mailbox names in directory matching pattern. | |
| Returns IMAP namespaces ala rfc2342 | |
| Send NOOP command. | |
| Fetch truncated part of a message. | |
|  | |
| Assume authentication as "user". | |
| Read 'size' bytes from remote. | |
| Read line from remote. | |
| Return most recent 'RECENT' responses if any exist, else prompt server for an update using the 'NOOP' command. | |
| Rename old mailbox name to new. | |
| Return data for response 'code' if received, or None. | |
| Search mailbox for matching messages. | |
| Select a mailbox. | |
| Send data to remote. | |
| Set a mailbox acl. | |
| Set the quota root's resource limits. | |
| Close I/O established in "open". | |
| Return socket instance used to connect to IMAP4 server. | |
| IMAP4rev1 extension SORT command. | |
| Request named status conditions for mailbox. | |
| Alters flag dispositions for messages in mailbox. | |
| Subscribe to new mailbox. | |
| Execute "command arg ..." with messages identified by UID, rather than message number. | |
| Unsubscribe from old mailbox. | |
| Allow simple extension commands notified by server in CAPABILITY response. | |
|  | |
|  | |
|  | |
|  | |
|  | |
| Authobject to use with CRAM-MD5 authentication. | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| Inherited from ClientHelper | |
|  | |
| Class Variable Summary | |
|---|---|
| Inherited from IMAP4 | |
| SRE_Pattern | mustquote=[^\w!#\$%&'\*\+,\.:;<=>\?\^`\|~-]             | 
| Method Details | 
|---|
| __init__(self,
          host='',
          port=993,
          username=None,
          password=None,
          sharedKey=None,
          certChain=None,
          privateKey=None,
          cryptoID=None,
          protocol=None,
          x509Fingerprint=None,
          x509TrustList=None,
          x509CommonName=None,
          settings=None)
     | 
| open(self, host='', port=993)Setup connection to remote server on "host:port".This connection will be used by the routines: read, readline, send, shutdown. 
 | 
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.0 on Mon Feb 21 21:56:55 2005 | http://epydoc.sf.net |