Uses of Class
com.icegreen.greenmail.smtp.SmtpManager
-
Packages that use SmtpManager Package Description com.icegreen.greenmail GreenMail is an intuitive and easy-to-use test suite of email servers for testing purposes.com.icegreen.greenmail.smtp.commands -
-
Uses of SmtpManager in com.icegreen.greenmail
Methods in com.icegreen.greenmail that return SmtpManager Modifier and Type Method Description SmtpManager
Managers. getSmtpManager()
-
Uses of SmtpManager in com.icegreen.greenmail.smtp.commands
Methods in com.icegreen.greenmail.smtp.commands with parameters of type SmtpManager 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)
-