Home
last modified time | relevance | path

Searched defs:RCPT (Results 1 – 11 of 11) sorted by relevance

/dports/mail/mailhog/MailHog-1.0.0/vendor/github.com/mailhog/smtp/
H A Dstate.go15 RCPT const
/dports/mail/p5-Mail-SendEasy/Mail-SendEasy-1.2/lib/Mail/SendEasy/
H A DSMTP.pm177 …sub RCPT { my $this = ref($_[0]) && UNIVERSAL::isa($_[0],'UNIVERSAL') ? shift : undef ; $this->cmd… subroutine
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra-smtp-enum.c23 #define RCPT 2 macro
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/smtp/
H A DSMTPCommand.cpp138 shared_ptr <SMTPCommand> SMTPCommand::RCPT(const mailbox& mbox, const bool utf8) in RCPT() function in vmime::net::smtp::SMTPCommand
/dports/science/jstrack/jstrack/extlib/tcllib1.19/smtpd/
H A Dsmtpd.tcl670 proc ::smtpd::RCPT {channel line} { procedure
/dports/devel/tcllib/tcllib-1.20/modules/smtpd/
H A Dsmtpd.tcl670 proc ::smtpd::RCPT {channel line} { procedure
/dports/devel/tcllibc/tcllib-1.20/modules/smtpd/
H A Dsmtpd.tcl670 proc ::smtpd::RCPT {channel line} { procedure
/dports/mail/nullmailer/nullmailer-2.2/src/
H A Dsmtpd.cc194 static bool RCPT(mystring& param) in RCPT() function
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/edge/
H A Dsmtp.py160 def RCPT(self, reply, address, params): member in SmtpSession
/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dinetmail.h81 TURN, RSET, VRFY, EXPN, RCPT, enumerator
/dports/mail/mailfront/mailfront-2.22/
H A Dprotocol-smtp.c155 static int RCPT(void) in RCPT() function