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

  /external/chromium_org/third_party/tlslite/tlslite/integration/
POP3_TLS.py 4 from poplib import POP3
11 class POP3_TLS(POP3, ClientHelper):
12 """This class extends L{poplib.POP3} with TLS support."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 1 """A POP3 client class.
3 Based on the J. Myers POP3 draft, Jan. 96
18 __all__ = ["POP3","error_proto"]
36 class POP3:
62 POP3(hostname, port=110)
317 class POP3_SSL(POP3):
318 """POP3 client class over SSL connection
322 hostname - the hostname of the pop3 over ssl server
327 See the methods of the parent class POP3 for more documentation.
405 a = POP3(sys.argv[1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 1 """A POP3 client class.
3 Based on the J. Myers POP3 draft, Jan. 96
18 __all__ = ["POP3","error_proto"]
36 class POP3:
62 POP3(hostname, port=110)
317 class POP3_SSL(POP3):
318 """POP3 client class over SSL connection
322 hostname - the hostname of the pop3 over ssl server
327 See the methods of the parent class POP3 for more documentation.
405 a = POP3(sys.argv[1]
    [all...]
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 39 milliseconds