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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /external/curl/lib/
pop3.h 29 * POP3 unique setup
48 /* This POP3 struct is used in the Curl_easy. All POP3 data that is
52 struct POP3 {
62 pop3state state; /* Always use pop3.c:state() to change state! */
87 /* This is the 5-bytes End-Of-Body marker for POP3 */
  /external/python/cpython2/Lib/
poplib.py 1 """A POP3 client class.
3 Based on the J. Myers POP3 draft, Jan. 96
18 __all__ = ["POP3","error_proto"]
36 # reading arbitrary length lines. RFC 1939 limits POP3 line length to
42 class POP3:
68 POP3(hostname, port=110)
325 class POP3_SSL(POP3):
326 """POP3 client class over SSL connection
330 hostname - the hostname of the pop3 over ssl server
335 See the methods of the parent class POP3 for more documentation
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/python/cpython3/Lib/
poplib.py 1 """A POP3 client class.
3 Based on the J. Myers POP3 draft, Jan. 96
26 __all__ = ["POP3","error_proto"]
44 # reading arbitrary length lines. RFC 1939 limits POP3 line length to
50 class POP3:
79 POP3(hostname, port=110)
360 >>> c=poplib.POP3('localhost')
362 {'IMPLEMENTATION': ['Cyrus', 'POP3', 'server', 'v2.2.12'],
411 class POP3_SSL(POP3):
412 """POP3 client class over SSL connectio
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 76 private static final int POP3 = POP2 | (POP << 8);
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.1/
proguard-base-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
proguard-base-5.3.2.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 

Completed in 487 milliseconds