Package org.subethamail.smtp.command
Class AuthCommand
java.lang.Object
org.subethamail.smtp.server.BaseCommand
org.subethamail.smtp.command.AuthCommand
- All Implemented Interfaces:
Command
- Author:
- Marco Trevisan, Jeff Schnitzer, Scott Hernandez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.subethamail.smtp.server.BaseCommand
getArgPredicate, getArgs, getHelp, getName
-
Field Details
-
VERB
- See Also:
-
AUTH_CANCEL_COMMAND
- See Also:
-
-
Constructor Details
-
AuthCommand
public AuthCommand()Creates a new instance of AuthCommand
-
-
Method Details
-
execute
Description copied from class:BaseCommandThis is the main method that you need to override in order to implement a command.- Specified by:
executein interfaceCommand- Specified by:
executein classBaseCommand- Throws:
IOException
-