smtplib.SMTPRecipientsRefused
  • References/Python/Python/Internet

exception smtplib.SMTPRecipientsRefused All recipient addresses refused. The errors for each recipient are accessible through

2025-01-10 15:47:30
imaplib.IMAP4.close()
  • References/Python/Python/Internet

IMAP4.close() Close currently selected mailbox. Deleted messages are removed from writable mailbox. This is the recommended

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.handle_one_request()
  • References/Python/Python/Internet

handle_one_request() This method will parse and dispatch the request to the appropriate do_*() method. You should

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

FTP.pwd() Return the pathname of the current directory on the server.

2025-01-10 15:47:30
nntplib.NNTP.date()
  • References/Python/Python/Internet

NNTP.date() Return a pair (response, date). date is a

2025-01-10 15:47:30
http.server.SimpleHTTPRequestHandler.do_GET()
  • References/Python/Python/Internet

do_GET() The request is mapped to a local file by interpreting the request as a path relative to the current working directory

2025-01-10 15:47:30
smtpd.SMTPServer.process_message()
  • References/Python/Python/Internet

process_message(peer, mailfrom, rcpttos, data, **kwargs) Raise a

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.mtime()
  • References/Python/Python/Internet

mtime() Returns the time the robots.txt file was last fetched. This is useful for long-running web spiders that

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

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

2025-01-10 15:47:30
http.cookies.SimpleCookie
  • References/Python/Python/Internet

class http.cookies.SimpleCookie([input]) This class derives from BaseCookie and overrides value_decode()

2025-01-10 15:47:30