Home
last modified time | relevance | path

Searched refs:SMTPResponseException (Results 1 – 6 of 6) 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):
373 raise SMTPResponseException(500, "Line too long.")
664 raise SMTPResponseException(resp, reply)
/external/python/cpython3/Lib/
Dsmtplib.py89 class SMTPResponseException(SMTPException): class
103 class SMTPSenderRefused(SMTPResponseException):
129 class SMTPDataError(SMTPResponseException):
132 class SMTPConnectError(SMTPResponseException):
135 class SMTPHeloError(SMTPResponseException):
138 class SMTPAuthenticationError(SMTPResponseException):
280 raise SMTPResponseException(code, message)
399 raise SMTPResponseException(500, "Line too long.")
785 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.py320 self.assertRaises(smtplib.SMTPResponseException, smtplib.SMTP,
/external/python/cpython3/Lib/test/
Dtest_smtplib.py653 self.assertRaises(smtplib.SMTPResponseException, smtplib.SMTP,
1028 with self.assertRaises(smtplib.SMTPResponseException) as error:
/external/python/cpython3/Doc/library/
Dsmtplib.rst139 .. exception:: SMTPResponseException
150 :exc:`SMTPResponseException` exceptions, this sets 'sender' to the string that