public class ImapCommandNoop extends ImapCommand
Constructor and Description |
---|
ImapCommandNoop() |
Modifier and Type | Method and Description |
---|---|
String[] |
getCapabilities(ImapConnection conn) |
String[] |
getCommandIdentifier() |
String[] |
processCommand(ImapLine line)
Process NOOP command.
|
public String[] processCommand(ImapLine line) throws ImapException
Process NOOP command.
processCommand
in class ImapCommand
line
- the full line to be processed.ImapException
- if processing failspublic String[] getCommandIdentifier()
getCommandIdentifier
in class ImapCommand
public String[] getCapabilities(ImapConnection conn)
getCapabilities
in class ImapCommand
Copyright © 2023. All rights reserved.