HomeSort by relevance Sort by last modified time
    Searched refs:SMTPException (Results 1 - 14 of 14) 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:
  /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 2662 milliseconds