HomeSort by relevance Sort by last modified time
    Searched refs:SMTPException (Results 1 - 17 of 17) 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.")
smtpd.py 373 except (socket.error, smtplib.SMTPException), e:
  /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.")
smtpd.py 373 except (socket.error, smtplib.SMTPException), e:
  /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.")
smtpd.py 373 except (socket.error, smtplib.SMTPException), e:
  /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.")
smtpd.py 373 except (socket.error, smtplib.SMTPException), e:
  /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.")
smtpd.py 373 except (socket.error, smtplib.SMTPException), e:
  /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.")
smtpd.py 373 except (socket.error, smtplib.SMTPException), e:
  /external/python/cpython3/Lib/test/
test_smtpnet.py 33 except smtplib.SMTPException as e:
  /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...]
smtpd.py 768 except (OSError, smtplib.SMTPException) as e:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 373 except (socket.error, smtplib.SMTPException), e:
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 373 except (socket.error, smtplib.SMTPException), e:

Completed in 846 milliseconds