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

  /external/autotest/client/common_lib/
mail_unittest.py 15 # we define our needed mock SMTP
16 class SMTP:
44 self.cached_SMTP = mail.smtplib.SMTP
45 mail.smtplib.SMTP = SMTP
50 mail.smtplib.SMTP = self.cached_SMTP
  /external/curl/lib/
smtp.h 29 * SMTP unique setup
50 /* This SMTP struct is used in the Curl_easy. All SMTP data that is
54 struct SMTP {
67 smtpstate state; /* Always use smtp.c:state() to change state! */
80 /* this is the 5-bytes End-Of-Body marker for SMTP */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 3 '''SMTP/ESMTP client class.
5 This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
6 Authentication) and RFC 2487 (Secure SMTP over TLS).
10 Please remember, when doing ESMTP, that the names of the SMTP service
17 >>> s=smtplib.SMTP("localhost")
55 "quoteaddr", "quotedata", "SMTP"]
69 """Not connected to any SMTP server.
72 or when an attempt is made to use the SMTP instance before
77 """Base class for all exceptions that include an SMTP error code.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 3 '''SMTP/ESMTP client class.
5 This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
6 Authentication) and RFC 2487 (Secure SMTP over TLS).
10 Please remember, when doing ESMTP, that the names of the SMTP service
17 >>> s=smtplib.SMTP("localhost")
55 "quoteaddr", "quotedata", "SMTP"]
69 """Not connected to any SMTP server.
72 or when an attempt is made to use the SMTP instance before
77 """Base class for all exceptions that include an SMTP error code
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 3 '''SMTP/ESMTP client class.
5 This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
6 Authentication) and RFC 2487 (Secure SMTP over TLS).
10 Please remember, when doing ESMTP, that the names of the SMTP service
17 >>> s=smtplib.SMTP("localhost")
55 "quoteaddr", "quotedata", "SMTP"]
69 """Not connected to any SMTP server.
72 or when an attempt is made to use the SMTP instance before
77 """Base class for all exceptions that include an SMTP error code
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 3 '''SMTP/ESMTP client class.
5 This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
6 Authentication) and RFC 2487 (Secure SMTP over TLS).
10 Please remember, when doing ESMTP, that the names of the SMTP service
17 >>> s=smtplib.SMTP("localhost")
55 "quoteaddr", "quotedata", "SMTP"]
69 """Not connected to any SMTP server.
72 or when an attempt is made to use the SMTP instance before
77 """Base class for all exceptions that include an SMTP error code
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 3 '''SMTP/ESMTP client class.
5 This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
6 Authentication) and RFC 2487 (Secure SMTP over TLS).
10 Please remember, when doing ESMTP, that the names of the SMTP service
17 >>> s=smtplib.SMTP("localhost")
55 "quoteaddr", "quotedata", "SMTP"]
69 """Not connected to any SMTP server.
72 or when an attempt is made to use the SMTP instance before
77 """Base class for all exceptions that include an SMTP error code
    [all...]
  /external/python/cpython2/Lib/
smtplib.py 3 '''SMTP/ESMTP client class.
5 This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
6 Authentication) and RFC 2487 (Secure SMTP over TLS).
10 Please remember, when doing ESMTP, that the names of the SMTP service
17 >>> s=smtplib.SMTP("localhost")
55 "quoteaddr", "quotedata", "SMTP"]
70 """Not connected to any SMTP server.
73 or when an attempt is made to use the SMTP instance before
78 """Base class for all exceptions that include an SMTP error code
    [all...]

Completed in 1061 milliseconds