Home | History | Annotate | Download | only in tests

Lines Matching refs:pop3

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|))$/) {
1295 'pop3' => \&verifyftp,
1750 # start the pingpong server (FTP, POP3, IMAP, SMTP)
1772 elsif($proto eq "pop3") {
2602 elsif($proto eq "pop3") {
3092 logmsg sprintf("POP3/%d ", $POP3PORT);
3096 logmsg sprintf("* POP3-IPv6/%d ", $POP36PORT);
4149 if($server =~ /^(ftp|http|imap|pop3|smtp)s((\d*)(-ipv6|-unix|))$/) {
4153 elsif($server =~ /^(ftp|http|imap|pop3|smtp)((\d*)(-ipv6|-unix|))$/) {
4171 if($server =~ /^(ftp|imap|pop3|smtp)s?(\d*)(-ipv6|)$/) {
4687 if($what =~ /^(ftp|http|imap|pop3|smtp)s((\d*)(-ipv6|-unix|))$/) {
4691 if(($what eq "pop3") ||
5546 $POP3PORT = $base++; # POP3 server port
5547 $POP36PORT = $base++; # POP3 IPv6 server port