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

IMAP4.subscribe(mailbox) Subscribe to new mailbox.

2025-01-10 15:47:30
urllib.parse.urljoin()
  • References/Python/Python/Internet

urllib.parse.urljoin(base, url, allow_fragments=True) Construct a full (“absolute”) URL by combining a “base URL” (base)

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

os_environ The default environment variables to be included in every request’s WSGI environment. By default, this is a copy

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

error_body The error response body. This should be an HTTP response body bytestring. It defaults to the plain text, “A server

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

IMAP4.deleteacl(mailbox, who) Delete the ACLs (remove any rights) set for who on mailbox.

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

setup_environ() Set the environ attribute to a fully-populated WSGI environment. The default implementation uses

2025-01-10 15:47:30
http.client.BadStatusLine
  • References/Python/Python/Internet

exception http.client.BadStatusLine A subclass of HTTPException. Raised if a server responds with a HTTP status

2025-01-10 15:47:30
http.client.HTTPConnection
  • References/Python/Python/Internet

class http.client.HTTPConnection(host, port=None, [timeout, ]source_address=None) An HTTPConnection instance represents

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

IMAP4.enable(capability) Enable capability (see

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

wsgi_multithread The value to be used for the wsgi.multithread environment variable. It defaults to true in

2025-01-10 15:47:30