Class NoopCommand
java.lang.Object
com.icegreen.greenmail.pop3.commands.Pop3Command
com.icegreen.greenmail.pop3.commands.NoopCommand
- Since:
- Jan 28, 2006
- Version:
- $Id: $
- Author:
- Wael Chatila
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Pop3Connection conn, Pop3State state, String cmd) boolean
isValidForState
(Pop3State state)
-
Constructor Details
-
NoopCommand
public NoopCommand()
-
-
Method Details
-
isValidForState
- Specified by:
isValidForState
in classPop3Command
-
execute
- Specified by:
execute
in classPop3Command
-