public abstract class ImapCommand extends Object implements Cloneable
Constructor and Description |
---|
ImapCommand() |
Modifier and Type | Method and Description |
---|---|
abstract String[] |
getCapabilities(ImapConnection conn) |
abstract String[] |
getCommandIdentifier() |
abstract String[] |
processCommand(ImapLine line)
Processes the imap lie prefixed by a command returned by getCommandIdentifier().
|
public abstract String[] getCapabilities(ImapConnection conn)
public abstract String[] getCommandIdentifier()
public abstract String[] processCommand(ImapLine line) throws ImapException
Processes the imap lie prefixed by a command returned by getCommandIdentifier().
line
- the line containing the command to be processedImapException
- if processing failsCopyright © 2023. All rights reserved.