Home
last modified time | relevance | path

Searched refs:SMTPAuthenticationError (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py126 class SMTPAuthenticationError(SMTPResponseException): class
616 raise SMTPAuthenticationError(code, resp)
623 raise SMTPAuthenticationError(code, resp)
/external/python/cpython3/Lib/
Dsmtplib.py138 class SMTPAuthenticationError(SMTPResponseException): class
642 raise SMTPAuthenticationError(code, resp)
726 except SMTPAuthenticationError as e:
/external/python/cpython2/Lib/test/
Dtest_smtplib.py523 except smtplib.SMTPAuthenticationError as err:
532 except smtplib.SMTPAuthenticationError as err:
/external/python/cpython2/Doc/library/
Dsmtplib.rst132 .. exception:: SMTPAuthenticationError
258 :exc:`SMTPAuthenticationError`
/external/python/cpython3/Doc/library/
Dsmtplib.rst183 .. exception:: SMTPAuthenticationError
310 :exc:`SMTPAuthenticationError`