HomeSort by relevance Sort by last modified time
    Searched refs:smtp (Results 26 - 45 of 45) sorted by null

12

  /external/curl/tests/
ftp.pm 256 return if($proto !~ /^(ftp|imap|pop3|smtp)$/);
296 for my $proto (('ftp', 'imap', 'pop3', 'smtp')) {
runtests.pl 136 my $SMTPPORT; # SMTP
137 my $SMTP6PORT; # SMTP 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
648 elsif($proto eq 'smtp') {
715 ################ SMTP commands
718 # The type of server (SMTP or ESMTP)
789 # Set the server type to SMTP
790 $smtp_type = "SMTP";
931 logmsg "Found SMTP EOB marker\n";
    [all...]
  /external/python/cpython3/Lib/logging/
handlers.py     [all...]
  /external/tcpdump/
Android.mk 144 print-smtp.c \
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 112 "net/smtp",
  /prebuilts/go/darwin-x86/src/net/smtp/
auth.go 5 package smtp package
14 // Auth is implemented by an SMTP authentication mechanism.
21 // If it returns a non-nil error, the SMTP client aborts
29 // If Next returns a non-nil error, the SMTP client aborts
34 // ServerInfo records information about an SMTP server.
36 Name string // SMTP server name
  /prebuilts/go/darwin-x86/test/stress/
parsego.go 184 "net/smtp",
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 112 "net/smtp",
  /prebuilts/go/linux-x86/src/net/smtp/
auth.go 5 package smtp package
14 // Auth is implemented by an SMTP authentication mechanism.
21 // If it returns a non-nil error, the SMTP client aborts
29 // If Next returns a non-nil error, the SMTP client aborts
34 // ServerInfo records information about an SMTP server.
36 Name string // SMTP server name
  /prebuilts/go/linux-x86/test/stress/
parsego.go 184 "net/smtp",
  /prebuilts/go/darwin-x86/src/net/
lookup_windows_test.go 176 // gmail.com MX preference = 30, mail exchanger = alt3.gmail-smtp-in.l.google.com
lookup.go 51 "smtp": 25,
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 244 "net/smtp",
  /prebuilts/go/linux-x86/src/net/
lookup_windows_test.go 176 // gmail.com MX preference = 30, mail exchanger = alt3.gmail-smtp-in.l.google.com
lookup.go 51 "smtp": 25,
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 244 "net/smtp",
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 391 "net/smtp": {"L4", "CRYPTO", "NET", "crypto/tls"},
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 391 "net/smtp": {"L4", "CRYPTO", "NET", "crypto/tls"},
  /external/curl/
configure     [all...]

Completed in 228 milliseconds

12