Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsmtplib.py126 class SMTPAuthenticationError(SMTPResponseException): class
615 raise SMTPAuthenticationError(code, resp)
622 raise SMTPAuthenticationError(code, resp)
/external/python/cpython2/Lib/test/
Dtest_smtplib.py521 except smtplib.SMTPAuthenticationError as err:
530 except smtplib.SMTPAuthenticationError as err:
/external/python/cpython2/Doc/library/
Dsmtplib.rst132 .. exception:: SMTPAuthenticationError
258 :exc:`SMTPAuthenticationError`