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

  /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 */
  /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/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 76 private static final int POP3 = POP2 | (POP << 8);
    [all...]
  /external/proguard/lib/
proguard.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/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 

Completed in 296 milliseconds