Uses of Class
com.icegreen.greenmail.smtp.SmtpState
Packages that use SmtpState
-
Uses of SmtpState in com.icegreen.greenmail.smtp
Fields in com.icegreen.greenmail.smtp declared as SmtpStateMethods in com.icegreen.greenmail.smtp with parameters of type SmtpStateModifier and TypeMethodDescriptionSmtpManager.checkRecipient(SmtpState state, MailAddress rcpt) SmtpManager.checkSender(SmtpState state, MailAddress sender) void -
Uses of SmtpState in com.icegreen.greenmail.smtp.commands
Methods in com.icegreen.greenmail.smtp.commands with parameters of type SmtpStateModifier and TypeMethodDescriptionvoidAuthCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) voidDataCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) voidHeloCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) voidMailCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) voidNoopCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) voidQuitCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) voidRcptCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) voidRsetCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) abstract voidSmtpCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) voidVrfyCommand.execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)