Uses of Class
com.icegreen.greenmail.smtp.SmtpConnection
-
Packages that use SmtpConnection Package Description com.icegreen.greenmail.smtp.commands -
-
Uses of SmtpConnection in com.icegreen.greenmail.smtp.commands
Methods in com.icegreen.greenmail.smtp.commands with parameters of type SmtpConnection Modifier and Type Method Description void
DataCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
void
HeloCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
void
MailCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
void
NoopCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
void
QuitCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
void
RcptCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
void
RsetCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
abstract void
SmtpCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
void
VrfyCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
-