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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
122 class SMTPHeloError(SMTPResponseException):
520 SMTPHeloError The server didn't reply properly to
527 raise SMTPHeloError(code, resp)
543 SMTPHeloError The server didn't reply properly to
621 SMTPHeloError The server didn't reply properly to
669 SMTPHeloError The server didn't reply properly to
  /external/python/cpython2/Lib/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
123 class SMTPHeloError(SMTPResponseException):
538 SMTPHeloError The server didn't reply properly to
545 raise SMTPHeloError(code, resp)
561 SMTPHeloError The server didn't reply properly to
639 SMTPHeloError The server didn't reply properly to
692 SMTPHeloError The server didn't reply properly to
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
122 class SMTPHeloError(SMTPResponseException):
530 SMTPHeloError The server didn't reply properly to
537 raise SMTPHeloError(code, resp)
553 SMTPHeloError The server didn't reply properly to
631 SMTPHeloError The server didn't reply properly to
679 SMTPHeloError The server didn't reply properly to
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
122 class SMTPHeloError(SMTPResponseException):
530 SMTPHeloError The server didn't reply properly to
537 raise SMTPHeloError(code, resp)
553 SMTPHeloError The server didn't reply properly to
631 SMTPHeloError The server didn't reply properly to
679 SMTPHeloError The server didn't reply properly to
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
122 class SMTPHeloError(SMTPResponseException):
530 SMTPHeloError The server didn't reply properly to
537 raise SMTPHeloError(code, resp)
553 SMTPHeloError The server didn't reply properly to
631 SMTPHeloError The server didn't reply properly to
679 SMTPHeloError The server didn't reply properly to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 54 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
122 class SMTPHeloError(SMTPResponseException):
530 SMTPHeloError The server didn't reply properly to
537 raise SMTPHeloError(code, resp)
553 SMTPHeloError The server didn't reply properly to
631 SMTPHeloError The server didn't reply properly to
679 SMTPHeloError The server didn't reply properly to
  /external/python/cpython3/Lib/
smtplib.py 59 "SMTPConnectError", "SMTPHeloError", "SMTPAuthenticationError",
135 class SMTPHeloError(SMTPResponseException):
595 SMTPHeloError The server didn't reply properly to
602 raise SMTPHeloError(code, resp)
683 SMTPHeloError The server didn't reply properly to
745 SMTPHeloError The server didn't reply properly to
817 SMTPHeloError The server didn't reply properly to
    [all...]

Completed in 219 milliseconds