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

IMAP4.login_cram_md5(user, password) Force use of CRAM-MD5 authentication when identifying the client to protect

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

class ipaddress.IPv6Network(address, strict=True) Construct an IPv6 network definition. address can be one of the following:

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

cgi.parse_qs(qs, keep_blank_values=False, strict_parsing=False) This function is deprecated in this module. Use

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

urllib.request.urlretrieve(url, filename=None, reporthook=None, data=None) Copy a network object denoted by a URL to a local

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

urllib.request.pathname2url(path) Convert the pathname path from the local syntax for a path to the form used in the

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

class smtplib.SMTP(host='', port=0, local_hostname=None, [timeout, ]source_address=None) An SMTP instance encapsulates

2025-01-10 15:47:30
ftplib.FTP_TLS.auth()
  • References/Python/Python/Internet

FTP_TLS.auth() Set up a secure control connection by using TLS or SSL, depending on what is specified in the ssl_version

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

class urllib.parse.SplitResultBytes(scheme, netloc, path, query, fragment) Concrete class for urlsplit() results

2025-01-10 15:47:30
nntplib.NNTPError.response
  • References/Python/Python/Internet

response The response of the server if available, as a

2025-01-10 15:47:30
urllib.request.HTTPPasswordMgrWithPriorAuth.update_authenticated()
  • References/Python/Python/Internet

HTTPPasswordMgrWithPriorAuth.update_authenticated(self, uri, is_authenticated=False) Update the is_authenticated

2025-01-10 15:47:30