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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexecute(Pop3Connection conn, Pop3State state, String cmd) abstract booleanisValidForState(Pop3State state)
-
Field Details
-
log
protected final org.slf4j.Logger log
-
-
Constructor Details
-
Pop3Command
public Pop3Command()
-
-
Method Details
-
isValidForState
-
execute
-