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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
65 class SMTPException(Exception):
68 class SMTPServerDisconnected(SMTPException):
76 class SMTPResponseException(SMTPException):
103 class SMTPRecipientsRefused(SMTPException):
547 SMTPException No suitable authentication method was
567 raise SMTPException("SMTP AUTH extension not supported by server.")
600 raise SMTPException("No suitable authentication method found.")
626 raise SMTPException("STARTTLS extension not supported by server.")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
65 class SMTPException(Exception):
68 class SMTPServerDisconnected(SMTPException):
76 class SMTPResponseException(SMTPException):
103 class SMTPRecipientsRefused(SMTPException):
557 SMTPException No suitable authentication method was
577 raise SMTPException("SMTP AUTH extension not supported by server.")
610 raise SMTPException("No suitable authentication method found.")
636 raise SMTPException("STARTTLS extension not supported by server.")
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
65 class SMTPException(Exception):
68 class SMTPServerDisconnected(SMTPException):
76 class SMTPResponseException(SMTPException):
103 class SMTPRecipientsRefused(SMTPException):
557 SMTPException No suitable authentication method was
577 raise SMTPException("SMTP AUTH extension not supported by server.")
610 raise SMTPException("No suitable authentication method found.")
636 raise SMTPException("STARTTLS extension not supported by server.")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
65 class SMTPException(Exception):
68 class SMTPServerDisconnected(SMTPException):
76 class SMTPResponseException(SMTPException):
103 class SMTPRecipientsRefused(SMTPException):
557 SMTPException No suitable authentication method was
577 raise SMTPException("SMTP AUTH extension not supported by server.")
610 raise SMTPException("No suitable authentication method found.")
636 raise SMTPException("STARTTLS extension not supported by server.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
65 class SMTPException(Exception):
68 class SMTPServerDisconnected(SMTPException):
76 class SMTPResponseException(SMTPException):
103 class SMTPRecipientsRefused(SMTPException):
557 SMTPException No suitable authentication method was
577 raise SMTPException("SMTP AUTH extension not supported by server.")
610 raise SMTPException("No suitable authentication method found.")
636 raise SMTPException("STARTTLS extension not supported by server.")
  /external/python/cpython2/Lib/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
66 class SMTPException(Exception):
69 class SMTPServerDisconnected(SMTPException):
77 class SMTPResponseException(SMTPException):
104 class SMTPRecipientsRefused(SMTPException):
565 SMTPException No suitable authentication method was
585 raise SMTPException("SMTP AUTH extension not supported by server.")
618 raise SMTPException("No suitable authentication method found.")
644 raise SMTPException("STARTTLS extension not supported by server.")
  /external/python/cpython3/Lib/
smtplib.py 57 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
71 class SMTPException(OSError):
74 class SMTPNotSupportedError(SMTPException):
81 class SMTPServerDisconnected(SMTPException):
89 class SMTPResponseException(SMTPException):
116 class SMTPRecipientsRefused(SMTPException):
689 SMTPException No suitable authentication method was
709 raise SMTPException("No suitable authentication method found.")
    [all...]

Completed in 160 milliseconds