Uses of Class
com.icegreen.greenmail.smtp.SmtpConnection
Packages that use SmtpConnection
-
Uses of SmtpConnection in com.icegreen.greenmail.smtp.commands
Methods in com.icegreen.greenmail.smtp.commands with parameters of type SmtpConnectionModifier 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)