org.subethamail.smtp.command
Class HelpCommand
java.lang.Object
org.subethamail.smtp.server.BaseCommand
org.subethamail.smtp.command.HelpCommand
- All Implemented Interfaces:
- Command
public class HelpCommand
- extends BaseCommand
Provides a help system for people to interact with.
- Author:
- Ian McFarland <ian@neo.com>, Jon Stevens, Scott Hernandez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelpCommand
public HelpCommand()
execute
public void execute(String commandString,
Session context)
throws IOException
- Description copied from class:
BaseCommand
- This is the main method that you need to override in order to implement a command.
- Specified by:
execute in interface Command- Specified by:
execute in class BaseCommand
- Throws:
IOException
getFormattedTopicList
protected String getFormattedTopicList(SMTPServer server)
Copyright © 2006-2012. All Rights Reserved.