Package org.subethamail.smtp.server
Interface Command
- All Known Implementing Classes:
AuthCommand,BaseCommand,DataCommand,EhloCommand,ExpandCommand,HelloCommand,HelpCommand,MailCommand,NoopCommand,QuitCommand,ReceiptCommand,RequireAuthCommandWrapper,RequireTLSCommandWrapper,ResetCommand,StartTLSCommand,VerifyCommand
public interface Command
Describes a SMTP command
- Author:
- Jon Stevens, Scott Hernandez
-
Method Summary
-
Method Details
-
execute
- Throws:
IOExceptionDropConnectionException
-
getHelp
- Throws:
CommandException
-
getName
String getName()Returns the name of the command in upper case. For example "QUIT".
-