| Package | Description |
|---|---|
| org.subethamail.smtp.internal.command | |
| org.subethamail.smtp.internal.server |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthCommand |
class |
BdatCommand |
class |
DataCommand |
class |
EhloCommand |
class |
ExpandCommand |
class |
HelloCommand |
class |
HelpCommand
Provides a help
|
class |
MailCommand |
class |
NoopCommand |
class |
QuitCommand |
class |
ReceiptCommand |
class |
ResetCommand |
class |
StartTLSCommand |
class |
VerifyCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCommand |
class |
RequireAuthCommandWrapper
Thin wrapper around any command to make sure authentication
has been performed.
|
class |
RequireTLSCommandWrapper
Verifies the presence of a TLS connection if TLS is required.
|
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandRegistry.getCommand() |
Command |
CommandHandler.getCommand(String commandName)
Returns the command object corresponding to the specified command name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandHandler.addCommand(Command command)
Adds or replaces the specified command.
|
| Constructor and Description |
|---|
RequireAuthCommandWrapper(Command wrapped) |
RequireTLSCommandWrapper(Command wrapped) |
| Constructor and Description |
|---|
CommandHandler(Collection<Command> availableCommands)
Create a command handler with a specific set of commands.
|
Copyright © 2006–2024. All rights reserved.