Home
last modified time | relevance | path

Searched refs:SMTPException (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dsmtplib.py57 __all__ = ["SMTPException", "SMTPNotSupportedError", "SMTPServerDisconnected", "SMTPResponseException",
72 class SMTPException(OSError): class
75 class SMTPNotSupportedError(SMTPException):
82 class SMTPServerDisconnected(SMTPException):
90 class SMTPResponseException(SMTPException):
117 class SMTPRecipientsRefused(SMTPException):
656 raise SMTPException(
710 SMTPException No suitable authentication method was
730 raise SMTPException("No suitable authentication method found.")
H A Dsmtpd.py771 except (OSError, smtplib.SMTPException) as e:
/third_party/python/Lib/test/
H A Dtest_smtpnet.py37 except smtplib.SMTPException as e:
H A Dtest_smtplib.py1171 with self.assertRaisesRegex(smtplib.SMTPException, expect) as cm:

Completed in 6 milliseconds