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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 105 class SMTPChannel(asynchat.async_chat):
302 channel = SMTPChannel(self, conn, addr)
  /external/python/cpython2/Lib/
smtpd.py 105 class SMTPChannel(asynchat.async_chat):
302 channel = SMTPChannel(self, conn, addr)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 105 class SMTPChannel(asynchat.async_chat):
302 channel = SMTPChannel(self, conn, addr)
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 105 class SMTPChannel(asynchat.async_chat):
302 channel = SMTPChannel(self, conn, addr)
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 105 class SMTPChannel(asynchat.async_chat):
302 channel = SMTPChannel(self, conn, addr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 105 class SMTPChannel(asynchat.async_chat):
302 channel = SMTPChannel(self, conn, addr)
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 105 class SMTPChannel(asynchat.async_chat):
302 channel = SMTPChannel(self, conn, addr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 105 class SMTPChannel(asynchat.async_chat):
302 channel = SMTPChannel(self, conn, addr)
  /external/python/cpython3/Lib/
smtpd.py 93 "SMTPChannel", "SMTPServer", "DebuggingServer", "PureProxy",
119 class SMTPChannel(asynchat.async_chat):
191 warn("Access to __server attribute on SMTPChannel is deprecated, "
196 warn("Setting __server attribute on SMTPChannel is deprecated, "
202 warn("Access to __line attribute on SMTPChannel is deprecated, "
207 warn("Setting __line attribute on SMTPChannel is deprecated, "
213 warn("Access to __state attribute on SMTPChannel is deprecated, "
218 warn("Setting __state attribute on SMTPChannel is deprecated, "
224 warn("Access to __greeting attribute on SMTPChannel is deprecated, "
229 warn("Setting __greeting attribute on SMTPChannel is deprecated,
    [all...]

Completed in 127 milliseconds