SMTP.quit() Terminate the SMTP session and close the connection. Return the result of the SMTP QUIT command.
IMAP4.partial(message_num, message_part, start, length) Fetch truncated part of a message. Returned data is a tuple of message
Request.get_header(header_name, default=None) Return the value of the given header. If the header is not present, return the
open_unknown(fullurl, data=None) Overridable interface to open unknown URL types.
class smtpd.MailmanProxy(localaddr, remoteaddr) Create a new pure proxy server. Arguments are as per SMTPServer
IMAP4.read(size) Reads size bytes from the remote server. You may override this method.
HTTPRedirectHandler.redirect_request(req, fp, code, msg, hdrs, newurl) Return a Request or None in
timeout Timeout duration, measured in seconds, or
class xmlrpc.server.DocXMLRPCRequestHandler Create a new request handler instance. This request handler supports XML-RPC POST
nntplib.decode_header(header_str) Decode a header value, un-escaping any escaped non-ASCII characters. header_str must
Page 63 of 80