Uses of Interface
org.subethamail.smtp.server.Command
Packages that use Command
-
Uses of Command in org.subethamail.smtp.command
Classes in org.subethamail.smtp.command that implement CommandModifier and TypeClassDescriptionclassclassclassclassclassclassProvides a help system for people to interact with.classclassclassclassclassclassclass -
Uses of Command in org.subethamail.smtp.server
Classes in org.subethamail.smtp.server that implement CommandModifier and TypeClassDescriptionclassclassThin wrapper around any command to make sure authentication has been performed.classVerifies the presence of a TLS connection if TLS is required.Methods in org.subethamail.smtp.server that return CommandModifier and TypeMethodDescriptionCommandHandler.getCommand(String commandName) Returns the command object corresponding to the specified command name.CommandRegistry.getCommand()Methods in org.subethamail.smtp.server with parameters of type CommandModifier and TypeMethodDescriptionvoidCommandHandler.addCommand(Command command) Adds or replaces the specified command.Constructors in org.subethamail.smtp.server with parameters of type CommandModifierConstructorDescriptionRequireAuthCommandWrapper(Command wrapped) RequireTLSCommandWrapper(Command wrapped) Constructor parameters in org.subethamail.smtp.server with type arguments of type CommandModifierConstructorDescriptionCommandHandler(Collection<Command> availableCommands) Create a command handler with a specific set of commands.