imaplib.IMAP4.response()
  • References/Python/Python/Internet

IMAP4.response(code) Return data for response code if received, or None. Returns the given code, instead

2025-01-10 15:47:30
urllib.request.ProxyHandler
  • References/Python/Python/Internet

class urllib.request.ProxyHandler(proxies=None) Cause requests to go through a proxy. If proxies is given, it must

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.read()
  • References/Python/Python/Internet

read() Reads the robots.txt URL and feeds it to the parser.

2025-01-10 15:47:30
xmlrpc.server.SimpleXMLRPCServer.register_function()
  • References/Python/Python/Internet

SimpleXMLRPCServer.register_function(function, name=None) Register a function that can respond to XML-RPC requests. If name

2025-01-10 15:47:30
imaplib.IMAP4.list()
  • References/Python/Python/Internet

IMAP4.list([directory[, pattern]]) List mailbox names in directory matching pattern. directory defaults

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.error_headers
  • References/Python/Python/Internet

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

2025-01-10 15:47:30
poplib.POP3.getwelcome()
  • References/Python/Python/Internet

POP3.getwelcome() Returns the greeting string sent by the POP3 server.

2025-01-10 15:47:30
http.cookies.Morsel.OutputString()
  • References/Python/Python/Internet

Morsel.OutputString(attrs=None) Return a string representing the Morsel, without any surrounding HTTP or JavaScript.

2025-01-10 15:47:30
imaplib.IMAP4.starttls()
  • References/Python/Python/Internet

IMAP4.starttls(ssl_context=None) Send a STARTTLS command. The ssl_context argument is optional and should

2025-01-10 15:47:30
smtpd.DebuggingServer
  • References/Python/Python/Internet

class smtpd.DebuggingServer(localaddr, remoteaddr) Create a new debugging server. Arguments are as per SMTPServer

2025-01-10 15:47:30