Class RetrCommand
- java.lang.Object
-
- com.icegreen.greenmail.pop3.commands.Pop3Command
-
- com.icegreen.greenmail.pop3.commands.RetrCommand
-
public class RetrCommand extends Pop3Command
-
-
Constructor Summary
Constructors Constructor Description RetrCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Pop3Connection conn, Pop3State state, java.lang.String cmd)
boolean
isValidForState(Pop3State state)
-
-
-
Method Detail
-
isValidForState
public boolean isValidForState(Pop3State state)
- Specified by:
isValidForState
in classPop3Command
-
execute
public void execute(Pop3Connection conn, Pop3State state, java.lang.String cmd)
- Specified by:
execute
in classPop3Command
-
-