smtplib.SMTPAuthenticationError
  • References/Python/Python/Internet

exception smtplib.SMTPAuthenticationError SMTP authentication went wrong. Most probably the server didn’t accept the username/password

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
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
urllib.robotparser.RobotFileParser.parse()
  • References/Python/Python/Internet

parse(lines) Parses the lines argument.

2025-01-10 15:47:30
http.client.HTTPResponse.getheader()
  • References/Python/Python/Internet

HTTPResponse.getheader(name, default=None) Return the value of the header name, or default if there is no

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
urllib.request.HTTPSHandler
  • References/Python/Python/Internet

class urllib.request.HTTPSHandler(debuglevel=0, context=None, check_hostname=None) A class to handle opening of HTTPS URLs.

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
ftplib.FTP.quit()
  • References/Python/Python/Internet

FTP.quit() Send a QUIT command to the server and close the connection. This is the “polite” way to close a connection

2025-01-10 15:47:30
telnetlib.Telnet.read_very_eager()
  • References/Python/Python/Internet

Telnet.read_very_eager() Read everything that can be without blocking in I/O (eager). Raise

2025-01-10 15:47:30