smtplib.SMTP_SSL

class smtplib.SMTP_SSL(host='', port=0, local_hostname=None, keyfile=None, certfile=None, [timeout, ]context=None, source_address=None) An

2016-10-07 17:42:10
imaplib.IMAP4.proxyauth()

IMAP4.proxyauth(user) Assume authentication as user. Allows an authorised administrator to proxy into any user’s mailbox

2016-10-07 17:34:24
imaplib.IMAP4.getquota()

IMAP4.getquota(root) Get the quota root‘s resource usage and limits. This method is part of the IMAP4

2016-10-07 17:34:22
imaplib.IMAP4.close()

IMAP4.close() Close currently selected mailbox. Deleted messages are removed from writable mailbox. This is the recommended

2016-10-07 17:34:20
imaplib.IMAP4.getacl()

IMAP4.getacl(mailbox) Get the ACLs for mailbox. The method is non-standard, but is supported by the Cyrus

2016-10-07 17:34:21
wsgiref.handlers.BaseHandler.error_headers

error_headers The HTTP headers used for error responses. This should be a list of WSGI response headers ((name, value)

2016-10-07 17:47:27
urllib.request.CacheFTPHandler.setMaxConns()

CacheFTPHandler.setMaxConns(m) Set maximum number of cached connections to m.

2016-10-07 17:46:50
webbrowser.controller.open()

controller.open(url, new=0, autoraise=True) Display url using the browser handled by this controller. If new

2016-10-07 17:47:20
uuid.UUID.bytes

UUID.bytes The UUID as a 16-byte string (containing the six integer fields in big-endian byte order).

2016-10-07 17:47:08
http.cookiejar.Cookie.port_specified

Cookie.port_specified True if a port or set of ports was explicitly specified by the server (in the

2016-10-07 17:33:57