smtpd.MailmanProxy

class smtpd.MailmanProxy(localaddr, remoteaddr) Create a new pure proxy server. Arguments are as per SMTPServer

2016-10-07 17:42:02
nntplib.NNTP.nntp_implementation

NNTP.nntp_implementation A string describing the software name and version of the NNTP server, or

2016-10-07 17:38:12
urllib.request.HTTPSHandler.https_open()

HTTPSHandler.https_open(req) Send an HTTPS request, which can be either GET or POST, depending on req.has_data()

2016-10-07 17:46:57
ipaddress.IPv6Address.version

version

2016-10-07 17:35:37
urllib.request.urlopen()

urllib.request.urlopen(url, data=None, [timeout, ]*, cafile=None, capath=None, cadefault=False, context=None) Open the URL url

2016-10-07 17:47:04
nntplib.NNTP.starttls()

NNTP.starttls(ssl_context=None) Send a STARTTLS command. This will enable encryption on the NNTP connection. The

2016-10-07 17:38:14
wsgiref.handlers.read_environ()

wsgiref.handlers.read_environ() Transcode CGI variables from os.environ to PEP 3333 “bytes in unicode” strings

2016-10-07 17:47:31
socketserver.BaseRequestHandler.handle()

handle() This function must do all the work required to service a request. The default implementation does nothing. Several

2016-10-07 17:42:27
urllib.parse.quote()

urllib.parse.quote(string, safe='/', encoding=None, errors=None) Replace special characters in string using the %xx

2016-10-07 17:46:44
xmlrpc.client.ServerProxy.system.listMethods()

ServerProxy.system.listMethods() This method returns a list of strings, one for each (non-system) method supported by the XML-RPC

2016-10-07 17:48:34