imaplib.IMAP4.debug
  • References/Python/Python/Internet

IMAP4.debug Integer value to control debugging output. The initialize value is taken from the module variable Debug

2025-01-10 15:47:30
ipaddress.IPv4Network.with_hostmask
  • References/Python/Python/Internet

with_hostmask A string representation of the network, with the mask in host mask notation.

2025-01-10 15:47:30
smtplib.SMTP.ehlo()
  • References/Python/Python/Internet

SMTP.ehlo(name='') Identify yourself to an ESMTP server using EHLO. The hostname argument defaults to the fully

2025-01-10 15:47:30
nntplib.NNTP.login()
  • References/Python/Python/Internet

NNTP.login(user=None, password=None, usenetrc=True) Send AUTHINFO commands with the user name and password. If

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

class urllib.request.HTTPDigestAuthHandler(password_mgr=None) Handle authentication with the remote host. password_mgr

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

imaplib.Internaldate2tuple(datestr) Parse an IMAP4 INTERNALDATE string and return corresponding local time. The

2025-01-10 15:47:30
http.cookiejar.Cookie.comment
  • References/Python/Python/Internet

Cookie.comment String comment from the server explaining the function of this cookie, or

2025-01-10 15:47:30
wsgiref.simple_server.make_server()
  • References/Python/Python/Internet

wsgiref.simple_server.make_server(host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler) Create a new WSGI

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.filename
  • References/Python/Python/Internet

FileCookieJar.filename Filename of default file in which to keep cookies. This attribute may be assigned to.

2025-01-10 15:47:30
ipaddress.IPv4Network.hosts()
  • References/Python/Python/Internet

hosts() Returns an iterator over the usable hosts in the network. The usable hosts are all the IP addresses that belong to the

2025-01-10 15:47:30