Home
last modified time | relevance | path

Searched refs:SMTPNotSupportedError (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dsmtplib.py57 __all__ = ["SMTPException", "SMTPNotSupportedError", "SMTPServerDisconnected", "SMTPResponseException",
75 class SMTPNotSupportedError(SMTPException): class
532 SMTPNotSupportedError The options parameter includes 'SMTPUTF8'
542 raise SMTPNotSupportedError(
708 SMTPNotSupportedError The AUTH command is not supported by the
716 raise SMTPNotSupportedError(
771 raise SMTPNotSupportedError(
846 SMTPNotSupportedError The mail_options parameter includes 'SMTPUTF8'
972 raise SMTPNotSupportedError(
/third_party/python/Lib/test/
H A Dtest_smtplib.py1310 smtplib.SMTPNotSupportedError,
1314 smtplib.SMTPNotSupportedError,
1336 with self.assertRaises(smtplib.SMTPNotSupportedError):

Completed in 4 milliseconds