HomeSort by relevance Sort by last modified time
    Searched refs:SMTPAuthenticationError (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
125 class SMTPAuthenticationError(SMTPResponseException):
555 SMTPAuthenticationError The server didn't accept the username/
607 raise SMTPAuthenticationError(code, resp)
614 raise SMTPAuthenticationError(code, resp)
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
125 class SMTPAuthenticationError(SMTPResponseException):
555 SMTPAuthenticationError The server didn't accept the username/
607 raise SMTPAuthenticationError(code, resp)
614 raise SMTPAuthenticationError(code, resp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
125 class SMTPAuthenticationError(SMTPResponseException):
555 SMTPAuthenticationError The server didn't accept the username/
607 raise SMTPAuthenticationError(code, resp)
614 raise SMTPAuthenticationError(code, resp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
125 class SMTPAuthenticationError(SMTPResponseException):
555 SMTPAuthenticationError The server didn't accept the username/
607 raise SMTPAuthenticationError(code, resp)
614 raise SMTPAuthenticationError(code, resp)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 494 except smtplib.SMTPAuthenticationError as err:
503 except smtplib.SMTPAuthenticationError as err:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 494 except smtplib.SMTPAuthenticationError as err:
503 except smtplib.SMTPAuthenticationError as err:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 494 except smtplib.SMTPAuthenticationError as err:
503 except smtplib.SMTPAuthenticationError as err:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 494 except smtplib.SMTPAuthenticationError as err:
503 except smtplib.SMTPAuthenticationError as err:

Completed in 98 milliseconds