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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
76 class SMTPResponseException(SMTPException):
90 class SMTPSenderRefused(SMTPResponseException):
93 In addition to the attributes set by on all SMTPResponseException
116 class SMTPDataError(SMTPResponseException):
119 class SMTPConnectError(SMTPResponseException):
122 class SMTPHeloError(SMTPResponseException):
125 class SMTPAuthenticationError(SMTPResponseException):
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
76 class SMTPResponseException(SMTPException):
90 class SMTPSenderRefused(SMTPResponseException):
93 In addition to the attributes set by on all SMTPResponseException
116 class SMTPDataError(SMTPResponseException):
119 class SMTPConnectError(SMTPResponseException):
122 class SMTPHeloError(SMTPResponseException):
125 class SMTPAuthenticationError(SMTPResponseException):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
76 class SMTPResponseException(SMTPException):
90 class SMTPSenderRefused(SMTPResponseException):
93 In addition to the attributes set by on all SMTPResponseException
116 class SMTPDataError(SMTPResponseException):
119 class SMTPConnectError(SMTPResponseException):
122 class SMTPHeloError(SMTPResponseException):
125 class SMTPAuthenticationError(SMTPResponseException):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 52 __all__ = ["SMTPException", "SMTPServerDisconnected", "SMTPResponseException",
76 class SMTPResponseException(SMTPException):
90 class SMTPSenderRefused(SMTPResponseException):
93 In addition to the attributes set by on all SMTPResponseException
116 class SMTPDataError(SMTPResponseException):
119 class SMTPConnectError(SMTPResponseException):
122 class SMTPHeloError(SMTPResponseException):
125 class SMTPAuthenticationError(SMTPResponseException):

Completed in 45 milliseconds