/external/curl/lib/ |
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" 110 * POP3 protocol handler. 114 "POP3", /* scheme */ 163 /* SASL parameters for the pop3 protocol */ 191 * Checks for an ending POP3 status code at the start of the given string, bu 557 struct POP3 *pop3 = data->req.protop; local 884 struct POP3 *pop3 = data->req.protop; local 1043 struct POP3 *pop3; local 1120 struct POP3 *pop3 = data->req.protop; local 1154 struct POP3 *pop3 = conn->data->req.protop; local 1389 struct POP3 *pop3 = data->req.protop; local 1406 struct POP3 *pop3 = data->req.protop; local [all...] |
/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|DICT|SMB|SMBS|TELNET))$/)); 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?$/));
|
ftp.pm | 256 return if($proto !~ /^(ftp|imap|pop3|smtp)$/); 296 for my $proto (('ftp', 'imap', 'pop3', 'smtp')) {
|
runtests.pl | 132 my $POP3PORT; # POP3 133 my $POP36PORT; # POP3 IPv6 server port 378 for my $proto (('ftp', 'http', 'imap', 'pop3', 'smtp', 'http/2')) { 399 for my $proto (('http', 'imap', 'pop3', 'smtp', 'http/2')) { 708 if($server =~ /^(ftp|imap|pop3|smtp)s?(\d*)(-ipv6|)$/) { 718 if($server =~ /^(ftp|http|imap|pop3|smtp|httppipe)s((\d*)(-ipv6|-unix|))$/) { 722 elsif($server =~ /^(ftp|http|imap|pop3|smtp|httppipe)((\d*)(-ipv6|-unix|))$/) { [all...] |
ftpserver.pl | 27 # that are similar in spirit. Like POP3, IMAP and SMTP in addition to the FTP 587 elsif($proto eq 'pop3') { 611 '+OK curl POP3 server ready to serve '."\r\n") 1064 # What was deleted by IMAP STORE / POP3 DELE commands [all...] |
/external/curl/ |
androidconfigure | 65 # Disable mail protocols (IMAP, POP3). 66 --disable-pop3
|
configure | [all...] |
/prebuilts/go/darwin-x86/src/net/ |
lookup.go | 49 "pop3": 110,
|
/prebuilts/go/linux-x86/src/net/ |
lookup.go | 49 "pop3": 110,
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
asm_test.go | 813 func pop3(x uint16) int { [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
asm_test.go | 813 func pop3(x uint16) int { [all...] |