HTTPPasswordMgr.add_password(realm, uri, user, passwd) uri can be either a single URI, or a sequence of URIs. realm
class urllib.request.HTTPDigestAuthHandler(password_mgr=None) Handle authentication with the remote host. password_mgr
IMAP4.open(host, port) Opens socket to port at host. This method is implicitly called by the IMAP4
server_close() Clean up the server. May be overridden.
HTTPDigestAuthHandler.http_error_401(req, fp, code, msg, hdrs) Retry the request with authentication information, if available
FTP.storlines(cmd, fp, callback=None) Store a file in ASCII transfer mode. cmd should be an appropriate STOR
class urllib.parse.SplitResult(scheme, netloc, path, query, fragment) Concrete class for urlsplit() results containing
Request.unverifiable boolean, indicates whether the request is unverifiable as defined by RFC 2965.
Telnet.msg(msg, *args) Print a debug message when the debug level is > 0. If extra arguments are present, they
IMAP4.debug Integer value to control debugging output. The initialize value is taken from the module variable Debug
Page 13 of 80