Package net.messagevortex.transport.imap
Class ImapCommandCapability
java.lang.Object
net.messagevortex.transport.imap.ImapCommand
net.messagevortex.transport.imap.ImapCommandCapability
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]String[]processCommand(ImapLine line) Processes the imap lie prefixed by a command returned by getCommandIdentifier().
-
Constructor Details
-
ImapCommandCapability
public ImapCommandCapability()
-
-
Method Details
-
processCommand
Description copied from class:ImapCommandProcesses the imap lie prefixed by a command returned by getCommandIdentifier().
- Specified by:
processCommandin classImapCommand- Parameters:
line- the line containing the command to be processed- Returns:
- multilined server reply (if any)
- Throws:
ImapException- if processing fails
-
getCommandIdentifier
- Specified by:
getCommandIdentifierin classImapCommand
-
getCapabilities
- Specified by:
getCapabilitiesin classImapCommand
-