Class Pop3Command
- java.lang.Object
-
- com.icegreen.greenmail.pop3.commands.Pop3Command
-
- Direct Known Subclasses:
ApopCommand,AuthCommand,CapaCommand,DeleCommand,ListCommand,NoopCommand,PassCommand,QuitCommand,RetrCommand,RsetCommand,StatCommand,TopCommand,UidlCommand,UserCommand
public abstract class Pop3Command extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description Pop3Command()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidexecute(Pop3Connection conn, Pop3State state, String cmd)abstract booleanisValidForState(Pop3State state)
-
-
-
Method Detail
-
isValidForState
public abstract boolean isValidForState(Pop3State state)
-
execute
public abstract void execute(Pop3Connection conn, Pop3State state, String cmd)
-
-