HomeSort by relevance Sort by last modified time
    Searched refs:POP3 (Results 1 - 21 of 21) 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 */
pop3.c 21 * RFC1734 POP3 Authentication
22 * RFC1939 POP3 protocol
25 * RFC2449 POP3 Extension Mechanism
26 * RFC2595 Using TLS with IMAP, POP3 and ACAP
31 * RFC5034 POP3 SASL Authentication Mechanism
72 #include "pop3.h"
112 * POP3 protocol handler.
116 "POP3", /* scheme */
164 * HTTP-proxyed POP3 protocol handler.
168 "POP3", /* scheme *
601 struct POP3 *pop3 = data->req.protop; local
928 struct POP3 *pop3 = data->req.protop; local
1087 struct POP3 *pop3; local
1164 struct POP3 *pop3 = data->req.protop; local
1198 struct POP3 *pop3 = conn->data->req.protop; local
1458 struct POP3 *pop3 = data->req.protop; local
1475 struct POP3 *pop3 = data->req.protop; local
    [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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
39 self.push('+OK dummy pop3 server ready.')
57 self.push('-ERR unrecognized POP3 command "%s".' %cmd)
165 self.client = poplib.POP3(self.server.host, self.server.port)
172 self.assertEqual(self.client.getwelcome(), '+OK dummy pop3 server ready.')
242 self.push('+OK dummy pop3 server ready.')
311 pop = poplib.POP3(HOST, self.port)
321 pop = poplib.POP3(HOST, self.port, timeout=None)
328 pop = poplib.POP3(HOST, self.port, timeout=30)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
39 self.push('+OK dummy pop3 server ready.')
57 self.push('-ERR unrecognized POP3 command "%s".' %cmd)
165 self.client = poplib.POP3(self.server.host, self.server.port)
172 self.assertEqual(self.client.getwelcome(), '+OK dummy pop3 server ready.')
242 self.push('+OK dummy pop3 server ready.')
311 pop = poplib.POP3(HOST, self.port)
321 pop = poplib.POP3(HOST, self.port, timeout=None)
328 pop = poplib.POP3(HOST, self.port, timeout=30)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
39 self.push('+OK dummy pop3 server ready.')
57 self.push('-ERR unrecognized POP3 command "%s".' %cmd)
165 self.client = poplib.POP3(self.server.host, self.server.port)
172 self.assertEqual(self.client.getwelcome(), '+OK dummy pop3 server ready.')
242 self.push('+OK dummy pop3 server ready.')
311 pop = poplib.POP3(HOST, self.port)
321 pop = poplib.POP3(HOST, self.port, timeout=None)
328 pop = poplib.POP3(HOST, self.port, timeout=30)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py 3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
39 self.push('+OK dummy pop3 server ready.')
57 self.push('-ERR unrecognized POP3 command "%s".' %cmd)
165 self.client = poplib.POP3(self.server.host, self.server.port)
172 self.assertEqual(self.client.getwelcome(), '+OK dummy pop3 server ready.')
242 self.push('+OK dummy pop3 server ready.')
311 pop = poplib.POP3(HOST, self.port)
321 pop = poplib.POP3(HOST, self.port, timeout=None)
328 pop = poplib.POP3(HOST, self.port, timeout=30)
  /external/curl/tests/
serverhelp.pm 82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) {
108 ($proto =~ /^(((FTP|HTTP|HTTP\/2|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
161 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
202 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
214 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
ftpserver.pl 27 # that are similar in spirit. Like POP3, IMAP and SMTP in addition to the FTP
588 elsif($proto eq 'pop3') {
612 '+OK cURL POP3 server ready to serve '."\r\n")
1065 # What was deleted by IMAP STORE / POP3 DELE commands
    [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 391 milliseconds