Package | Description |
---|---|
net.messagevortex.transport.imap |
Contains all the classes required for the imap implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ImapCommandAuthenticate
Provides the the Authenticate command to the IMAP server.
|
class |
ImapCommandCapability |
class |
ImapCommandLogin |
class |
ImapCommandLogout |
class |
ImapCommandNoop |
Modifier and Type | Method and Description |
---|---|
static ImapCommand |
ImapCommandFactory.getCommand(String name) |
static ImapCommand[] |
ImapCommandFactory.getCommands()
Returns a list of all supported ImapCommands in no particular order.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImapCommandFactory.registerCommand(ImapCommand command)
register a command so that process command is able to identify it and call the apropriate
handler.
|
Copyright © 2023. All rights reserved.