Home
last modified time | relevance | path

Searched refs:SMTPResponseException (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py77 class SMTPResponseException(SMTPException): class
91 class SMTPSenderRefused(SMTPResponseException):
117 class SMTPDataError(SMTPResponseException):
120 class SMTPConnectError(SMTPResponseException):
123 class SMTPHeloError(SMTPResponseException):
126 class SMTPAuthenticationError(SMTPResponseException):
372 raise SMTPResponseException(500, "Line too long.")
663 raise SMTPResponseException(resp, reply)
/external/python/cpython2/Doc/library/
Dsmtplib.rst95 .. exception:: SMTPResponseException
106 :exc:`SMTPResponseException` exceptions, this sets 'sender' to the string that
/external/python/cpython2/Lib/test/
Dtest_smtplib.py318 self.assertRaises(smtplib.SMTPResponseException, smtplib.SMTP,