Searched refs:smtp (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A DMakefile.inc7 smtp-multi simplesmtp smtp-tls rtsp externalsocket resolve \
H A DMakefile74 smtp-multi$(EXEEXT) simplesmtp$(EXEEXT) smtp-tls$(EXEEXT) \
245 smtp_multi_SOURCES = smtp-multi.c
246 smtp_multi_OBJECTS = smtp-multi.$(OBJEXT)
249 smtp_tls_SOURCES = smtp-tls.c
250 smtp_tls_OBJECTS = smtp-tls.$(OBJEXT)
272 simple.c simplepost.c simplesmtp.c simplessl.c smtp-multi.c \
273 smtp-tls.c
282 simple.c simplepost.c simplesmtp.c simplessl.c smtp-multi.c \
283 smtp
[all...]
H A DMakefile.in74 smtp-multi$(EXEEXT) simplesmtp$(EXEEXT) smtp-tls$(EXEEXT) \
245 smtp_multi_SOURCES = smtp-multi.c
246 smtp_multi_OBJECTS = smtp-multi.$(OBJEXT)
249 smtp_tls_SOURCES = smtp-tls.c
250 smtp_tls_OBJECTS = smtp-tls.$(OBJEXT)
272 simple.c simplepost.c simplesmtp.c simplessl.c smtp-multi.c \
273 smtp-tls.c
282 simple.c simplepost.c simplesmtp.c simplessl.c smtp-multi.c \
283 smtp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Dserverhelp.pm82 /^((ftp|http|imap|pop3|smtp)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.pm184 return if($proto !~ /^(ftp|imap|pop3|smtp)$/);
224 for my $proto (('ftp', 'imap', 'pop3', 'smtp')) {
H A Druntests.pl335 for my $proto (('ftp', 'http', 'imap', 'pop3', 'smtp')) {
628 if($server =~ /^(ftp|imap|pop3|smtp)s?(\d*)(-ipv6|)$/) {
638 if($server =~ /^(ftp|http|imap|pop3|smtp)s((\d*)(-ipv6|))$/) {
642 elsif($server =~ /^(ftp|http|imap|pop3|smtp)((\d*)(-ipv6|))$/) {
781 elsif($proto eq "smtp") {
1100 'smtp' => \&verifyftp,
1422 elsif($proto eq "smtp") {
2016 elsif($proto eq "smtp") {
3204 if($server =~ /^(ftp|http|imap|pop3|smtp)s((\d*)(-ipv6|))$/) {
3208 elsif($server =~ /^(ftp|http|imap|pop3|smtp)((\
[all...]
H A Dftpserver.pl456 elsif($proto eq 'smtp') {
1644 if($ARGV[1] && ($ARGV[1] =~ /^(ftp|imap|pop3|smtp)$/)) {
1843 elsif($proto eq "smtp" && m/^[A-Z0-9+\/]{0,512}={0,2}$/i) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsmtp.c72 #include "smtp.h"
217 /* Function that checks for an ending smtp status code at the start of the
341 smtpc->authused = 0; /* No authentication mechanism used in smtp
1027 struct FTP *smtp = data->state.proto.smtp; local
1038 FIRSTSOCKET, smtp->bytecountp);
1089 failf(data, "Got unexpected smtp-server response: %d", smtpcode);
1210 struct FTP *smtp = data->state.proto.smtp; local
1211 if(!smtp) {
1350 struct FTP *smtp = data->state.proto.smtp; local
1421 struct FTP *smtp = conn->data->state.proto.smtp; local
1543 struct FTP *smtp = conn->data->state.proto.smtp; local
[all...]
H A DMakefile.inc21 curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
39 curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h \
H A DMakefile92 slist.lo nonblock.lo curl_memrchr.lo imap.lo pop3.lo smtp.lo \
138 libcurlu_la-pop3.lo libcurlu_la-smtp.lo \
189 CONFIGURE_OPTIONS = " '--target=mipsel-linux' '--host=mipsel-linux' '--build=i386-pc-linux-gnu' '--prefix=/home/perry/project/WNDR4500/src/curl-7.23.1/tmp' '--exec-prefix=/home/perry/project/WNDR4500/src/curl-7.23.1/tmp' '--disable-manual' '--disable-proxy' '--without-zlib' '--disable-cookies' '--disable-ipv6' '--disable-shared' '--disable-dict' '--disable-file' '--disable-ftp' '--disable-gopher' '--disable-imap' '--disable-pop3' '--disable-smtp' '--disable-telnet' '--disable-tftp' '--disable-rtsp' 'build_alias=i386-pc-linux-gnu' 'host_alias=mipsel-linux' 'target_alias=mipsel-linux' 'CC=mipsel-uclibc-linux26-gcc'"
481 curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
499 curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h \
742 include ./$(DEPDIR)/libcurlu_la-smtp.Plo
788 include ./$(DEPDIR)/smtp.Plo
1364 libcurlu_la-smtp.lo: smtp.c
1365 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-smtp
[all...]
H A DMakefile.in92 slist.lo nonblock.lo curl_memrchr.lo imap.lo pop3.lo smtp.lo \
138 libcurlu_la-pop3.lo libcurlu_la-smtp.lo \
481 curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
499 curl_memrchr.h imap.h pop3.h smtp.h pingpong.h rtsp.h curl_threads.h \
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-smtp.Plo@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp.Plo@am__quote@
1364 libcurlu_la-smtp.lo: smtp.c
1365 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-smtp.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-smtp
[all...]
H A Durldata.h157 #include "smtp.h"
1247 struct FTP *smtp; member in union:UrlState::__anon125
H A DMakefile.vc10567 $(DIROBJ)\smtp.obj \
H A DMakefile.vc6567 $(DIROBJ)\smtp.obj \
H A DMakefile.vc8567 $(DIROBJ)\smtp.obj \
H A DMakefile.vc9567 $(DIROBJ)\smtp.obj \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/
H A Dconfigure1574 --enable-smtp Enable SMTP support
1575 --disable-smtp Disable SMTP support
17732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to support smtp" >&5
17733 $as_echo_n "checking whether to support smtp... " >&6; }
17734 # Check whether --enable-smtp was given.
[all...]

Completed in 221 milliseconds