Class MailCommand
- java.lang.Object
-
- com.icegreen.greenmail.smtp.commands.SmtpCommand
-
- com.icegreen.greenmail.smtp.commands.MailCommand
-
public class MailCommand extends SmtpCommand
MAIL command. The spec is at http://asg.web.cmu.edu/rfc/rfc2821.html#sec-4.1.1.2.
-
-
Constructor Summary
Constructors Constructor Description MailCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
-
-
-
Method Detail
-
execute
public void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
- Specified by:
execute
in classSmtpCommand
-
-