Class Pop3Command
java.lang.Object
com.icegreen.greenmail.pop3.commands.Pop3Command
- Direct Known Subclasses:
ApopCommand
,DeleCommand
,ListCommand
,NoopCommand
,PassCommand
,QuitCommand
,RetrCommand
,RsetCommand
,StatCommand
,TopCommand
,UidlCommand
,UserCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
execute
(Pop3Connection conn, Pop3State state, String cmd) abstract boolean
isValidForState
(Pop3State state)
-
Constructor Details
-
Pop3Command
public Pop3Command()
-
-
Method Details
-
isValidForState
-
execute
-