smtplib.SMTPAuthenticationError

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

2016-10-07 17:42:08
imaplib.IMAP4.starttls()

IMAP4.starttls(ssl_context=None) Send a STARTTLS command. The ssl_context argument is optional and should

2016-10-07 17:34:26
poplib.POP3.getwelcome()

POP3.getwelcome() Returns the greeting string sent by the POP3 server.

2016-10-07 17:40:51
smtpd.DebuggingServer

class smtpd.DebuggingServer(localaddr, remoteaddr) Create a new debugging server. Arguments are as per SMTPServer

2016-10-07 17:42:02
ftplib.FTP.ntransfercmd()

FTP.ntransfercmd(cmd, rest=None) Like transfercmd(), but returns a tuple of the data connection and the expected

2016-10-07 17:33:22
urllib.robotparser.RobotFileParser.read()

read() Reads the robots.txt URL and feeds it to the parser.

2016-10-07 17:47:06
smtpd.SMTPServer.channel_class

channel_class Override this in subclasses to use a custom SMTPChannel for managing SMTP clients.

2016-10-07 17:42:05
http.cookies.Morsel.OutputString()

Morsel.OutputString(attrs=None) Return a string representing the Morsel, without any surrounding HTTP or JavaScript.

2016-10-07 17:34:09
urllib.parse.urlunparse()

urllib.parse.urlunparse(parts) Construct a URL from a tuple as returned by urlparse(). The parts argument

2016-10-07 17:46:47
urllib.request.ProxyDigestAuthHandler

class urllib.request.ProxyDigestAuthHandler(password_mgr=None) Handle authentication with the proxy. password_mgr,

2016-10-07 17:46:59