nntplib.NNTP.xover()
  • References/Python/Python/Internet

NNTP.xover(start, end, *, file=None) Send an XOVER command. start and end are article numbers

2025-01-10 15:47:30
smtplib.SMTPResponseException
  • References/Python/Python/Internet

exception smtplib.SMTPResponseException Base class for all exceptions that include an SMTP error code. These exceptions are

2025-01-10 15:47:30
imaplib.IMAP4_SSL
  • References/Python/Python/Internet

class imaplib.IMAP4_SSL(host='', port=IMAP4_SSL_PORT, keyfile=None, certfile=None, ssl_context=None) This is a subclass derived

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

NNTP.newnews(group, date, *, file=None) Send a NEWNEWS command. Here, group is a group name or '*'

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

exception IMAP4.abort IMAP4 server errors cause this exception to be raised. This is a sub-class of IMAP4.error

2025-01-10 15:47:30
socketserver.StreamRequestHandler
  • References/Python/Python/Internet

class socketserver.StreamRequestHandler class socketserver.DatagramRequestHandler These BaseRequestHandler

2025-01-10 15:47:30
webbrowser.register()
  • References/Python/Python/Internet

webbrowser.register(name, constructor, instance=None) Register the browser type name. Once a browser type is registered

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

urllib.request.url2pathname(path) Convert the path component path from a percent-encoded URL to the local syntax for

2025-01-10 15:47:30
urllib.request.FTPHandler
  • References/Python/Python/Internet

class urllib.request.FTPHandler Open FTP URLs.

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

FTP.getwelcome() Return the welcome message sent by the server in reply to the initial connection. (This message sometimes contains

2025-01-10 15:47:30