Uses of Class
com.icegreen.greenmail.smtp.SmtpManager
Packages that use SmtpManager
Package
Description
GreenMail is an intuitive and easy-to-use test suite of
email servers for testing purposes.
-
Uses of SmtpManager in com.icegreen.greenmail
Methods in com.icegreen.greenmail that return SmtpManager -
Uses of SmtpManager in com.icegreen.greenmail.smtp.commands
Methods in com.icegreen.greenmail.smtp.commands with parameters of type SmtpManagerModifier and TypeMethodDescriptionvoid
DataCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) void
HeloCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) void
MailCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) void
NoopCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) void
QuitCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) void
RcptCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) void
RsetCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) abstract void
SmtpCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) void
VrfyCommand.execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)