Uses of Class
com.icegreen.greenmail.smtp.SmtpState
-
Packages that use SmtpState Package Description com.icegreen.greenmail.smtp com.icegreen.greenmail.smtp.commands -
-
Uses of SmtpState in com.icegreen.greenmail.smtp
Methods in com.icegreen.greenmail.smtp with parameters of type SmtpState Modifier and Type Method Description java.lang.String
SmtpManager. checkData(SmtpState state)
java.lang.String
SmtpManager. checkRecipient(SmtpState state, MailAddress rcpt)
java.lang.String
SmtpManager. checkSender(SmtpState state, MailAddress sender)
void
SmtpManager. send(SmtpState state)
-
Uses of SmtpState in com.icegreen.greenmail.smtp.commands
Methods in com.icegreen.greenmail.smtp.commands with parameters of type SmtpState 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)
-