Uses of Class
com.icegreen.greenmail.smtp.SmtpConnection
-
Packages that use SmtpConnection Package Description com.icegreen.greenmail.smtp com.icegreen.greenmail.smtp.commands -
-
Uses of SmtpConnection in com.icegreen.greenmail.smtp
Fields in com.icegreen.greenmail.smtp declared as SmtpConnection Modifier and Type Field Description protected SmtpConnectionSmtpHandler. conn -
Uses of SmtpConnection in com.icegreen.greenmail.smtp.commands
Methods in com.icegreen.greenmail.smtp.commands with parameters of type SmtpConnection Modifier and Type Method Description voidAuthCommand. 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)
-