Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsmtplib.py74 class SMTPNotSupportedError(SMTPException): class
531 raise SMTPNotSupportedError(
696 raise SMTPNotSupportedError(
751 raise SMTPNotSupportedError(
952 raise SMTPNotSupportedError(
/external/python/cpython3/Doc/library/
Dsmtplib.rst176 .. exception:: SMTPNotSupportedError
313 :exc:`SMTPNotSupportedError`
330 :exc:`SMTPNotSupportedError` may be raised, and the
402 :exc:`SMTPNotSupportedError`
418 :exc:`SMTPNotSupportedError` subclass instead of the base
478 :exc:`SMTPNotSupportedError`
489 ``SMTPUTF8`` support added, and :exc:`SMTPNotSupportedError` may be
/external/python/cpython3/Lib/test/
Dtest_smtplib.py1091 smtplib.SMTPNotSupportedError,
1095 smtplib.SMTPNotSupportedError,
1115 with self.assertRaises(smtplib.SMTPNotSupportedError):