Searched refs:pop3 (Results 1 - 7 of 7) sorted by relevance

/external/curl/docs/examples/
H A DMakefile.inc30 externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl \
31 pop3-dele pop3-top pop3-stat pop3-noop pop3-ssl pop3-tls pop3
[all...]
/external/curl/lib/
H A Dpop3.c72 #include "pop3.h"
214 /* SASL parameters for the pop3 protocol */
589 struct POP3 *pop3 = data->req.protop; local
593 if(pop3->id[0] == '\0' || conn->data->set.ftp_list_only) {
596 if(pop3->id[0] != '\0')
598 pop3->transfer = FTPTRANSFER_INFO;
604 if(pop3->id[0] != '\0')
606 (pop3->custom && pop3->custom[0] != '\0' ?
607 pop3
916 struct POP3 *pop3 = data->req.protop; local
1075 struct POP3 *pop3; local
1152 struct POP3 *pop3 = data->req.protop; local
1190 struct POP3 *pop3 = conn->data->req.protop; local
1446 struct POP3 *pop3 = data->req.protop; local
1463 struct POP3 *pop3 = data->req.protop; local
[all...]
H A DMakefile.inc41 curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
61 slist.h nonblock.h curl_memrchr.h imap.h pop3.h smtp.h pingpong.h \
/external/curl/tests/
H A Dserverhelp.pm82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) {
160 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
201 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
213 (lc($proto) =~ /^(ftp|imap|pop3|smtp)s?$/));
H A Dftp.pm256 return if($proto !~ /^(ftp|imap|pop3|smtp)$/);
296 for my $proto (('ftp', 'imap', 'pop3', 'smtp')) {
H A Druntests.pl365 for my $proto (('ftp', 'http', 'imap', 'pop3', 'smtp')) {
385 for my $proto (('http', 'imap', 'pop3', 'smtp')) {
667 if($server =~ /^(ftp|imap|pop3|smtp)s?(\d*)(-ipv6|)$/) {
677 if($server =~ /^(ftp|http|imap|pop3|smtp|httppipe)s((\d*)(-ipv6|-unix|))$/) {
681 elsif($server =~ /^(ftp|http|imap|pop3|smtp|httppipe)((\d*)(-ipv6|-unix|))$/) {
1132 'pop3' => \&verifyftp,
1548 elsif($proto eq "pop3") {
2149 elsif($proto eq "pop3") {
3636 if($server =~ /^(ftp|http|imap|pop3|smtp)s((\d*)(-ipv6|-unix|))$/) {
3640 elsif($server =~ /^(ftp|http|imap|pop3|smt
[all...]
H A Dftpserver.pl588 elsif($proto eq 'pop3') {
2886 if($ARGV[1] && ($ARGV[1] =~ /^(ftp|imap|pop3|smtp)$/)) {
3114 elsif($proto eq "pop3") {
3215 if($proto eq 'pop3') {

Completed in 156 milliseconds