smtpd.DebuggingServer
  • References/Python/Python/Internet

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

2025-01-10 15:47:30
smtpd.SMTPChannel.peer
  • References/Python/Python/Internet

peer Holds the name of the client peer as returned by conn.getpeername() where conn is conn

2025-01-10 15:47:30
smtplib.SMTP.connect()
  • References/Python/Python/Internet

SMTP.connect(host='localhost', port=0) Connect to a host on a given port. The defaults are to connect to the local host at the

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.error_status
  • References/Python/Python/Internet

error_status The HTTP status used for error responses. This should be a status string as defined in

2025-01-10 15:47:30
nntplib.NNTPTemporaryError
  • References/Python/Python/Internet

exception nntplib.NNTPTemporaryError Exception raised when a response code in the range 400–499 is received.

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

CacheFTPHandler.setTimeout(t) Set timeout of connections to t seconds.

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

HTTPErrorProcessor.https_response() Process HTTPS error responses. The behavior is same as

2025-01-10 15:47:30
smtpd.SMTPChannel.addr
  • References/Python/Python/Internet

addr Holds the address of the client, the second value returned by

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

BaseHandler.http_error_nnn(req, fp, code, msg, hdrs) nnn should be a three-digit HTTP error code. This method is also

2025-01-10 15:47:30
telnetlib.Telnet.read_lazy()
  • References/Python/Python/Internet

Telnet.read_lazy() Process and return data already in the queues (lazy). Raise

2025-01-10 15:47:30