exception smtplib.SMTPAuthenticationError SMTP authentication went wrong. Most probably the server didn’t accept the username/password
IMAP4.starttls(ssl_context=None) Send a STARTTLS command. The ssl_context argument is optional and should
IMAP4.list([directory[, pattern]]) List mailbox names in directory matching pattern. directory defaults
parse(lines) Parses the lines argument.
HTTPResponse.getheader(name, default=None) Return the value of the header name, or default if there is no
read() Reads the robots.txt URL and feeds it to the parser.
class urllib.request.HTTPSHandler(debuglevel=0, context=None, check_hostname=None) A class to handle opening of HTTPS URLs.
class smtpd.DebuggingServer(localaddr, remoteaddr) Create a new debugging server. Arguments are as per SMTPServer
FTP.quit() Send a QUIT command to the server and close the connection. This is the “polite” way to close a connection
Telnet.read_very_eager() Read everything that can be without blocking in I/O (eager). Raise
Page 69 of 80