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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 53 "SMTPSenderRefused", "SMTPRecipientsRefused", "SMTPDataError",
116 class SMTPDataError(SMTPResponseException):
477 Raises SMTPDataError if there is an unexpected reply to the
486 raise SMTPDataError(code, repl)
674 SMTPDataError The server replied with an unexpected
728 raise SMTPDataError(code, resp)
  /external/python/cpython2/Lib/
smtplib.py 53 "SMTPSenderRefused", "SMTPRecipientsRefused", "SMTPDataError",
117 class SMTPDataError(SMTPResponseException):
495 Raises SMTPDataError if there is an unexpected reply to the
504 raise SMTPDataError(code, repl)
697 SMTPDataError The server replied with an unexpected
751 raise SMTPDataError(code, resp)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 53 "SMTPSenderRefused", "SMTPRecipientsRefused", "SMTPDataError",
116 class SMTPDataError(SMTPResponseException):
487 Raises SMTPDataError if there is an unexpected reply to the
496 raise SMTPDataError(code, repl)
684 SMTPDataError The server replied with an unexpected
738 raise SMTPDataError(code, resp)
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 53 "SMTPSenderRefused", "SMTPRecipientsRefused", "SMTPDataError",
116 class SMTPDataError(SMTPResponseException):
487 Raises SMTPDataError if there is an unexpected reply to the
496 raise SMTPDataError(code, repl)
684 SMTPDataError The server replied with an unexpected
738 raise SMTPDataError(code, resp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 53 "SMTPSenderRefused", "SMTPRecipientsRefused", "SMTPDataError",
116 class SMTPDataError(SMTPResponseException):
487 Raises SMTPDataError if there is an unexpected reply to the
496 raise SMTPDataError(code, repl)
684 SMTPDataError The server replied with an unexpected
738 raise SMTPDataError(code, resp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 53 "SMTPSenderRefused", "SMTPRecipientsRefused", "SMTPDataError",
116 class SMTPDataError(SMTPResponseException):
487 Raises SMTPDataError if there is an unexpected reply to the
496 raise SMTPDataError(code, repl)
684 SMTPDataError The server replied with an unexpected
738 raise SMTPDataError(code, resp)

Completed in 1705 milliseconds