Package net.messagevortex.transport.imap
Class ImapCommand
java.lang.Object
net.messagevortex.transport.imap.ImapCommand
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
ImapCommandAuthenticate,ImapCommandCapability,ImapCommandLogin,ImapCommandLogout,ImapCommandNoop
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String[]abstract String[]abstract String[]processCommand(ImapLine line) Processes the imap lie prefixed by a command returned by getCommandIdentifier().
-
Constructor Details
-
ImapCommand
public ImapCommand()
-
-
Method Details
-
getCapabilities
-
getCommandIdentifier
-
processCommand
Processes the imap lie prefixed by a command returned by getCommandIdentifier().
- Parameters:
line- the line containing the command to be processed- Returns:
- multilined server reply (if any)
- Throws:
ImapException- if processing fails
-