Package net.messagevortex.transport.imap
Class ImapCommandNoop
java.lang.Object
net.messagevortex.transport.imap.ImapCommand
net.messagevortex.transport.imap.ImapCommandNoop
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]String[]processCommand(ImapLine line) Process NOOP command.
-
Constructor Details
-
ImapCommandNoop
public ImapCommandNoop()
-
-
Method Details
-
processCommand
Process NOOP command.
- Specified by:
processCommandin classImapCommand- Parameters:
line- the full line to be processed.- Returns:
- the server reply
- Throws:
ImapException- if processing fails
-
getCommandIdentifier
- Specified by:
getCommandIdentifierin classImapCommand
-
getCapabilities
- Specified by:
getCapabilitiesin classImapCommand
-