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 SmtpManagerManagers. 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 voidDataCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)voidHeloCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)voidMailCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)voidNoopCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)voidQuitCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)voidRcptCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)voidRsetCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)abstract voidSmtpCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)voidVrfyCommand. execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
-