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