Class AuthCommand
- java.lang.Object
-
- com.icegreen.greenmail.pop3.commands.Pop3Command
-
- com.icegreen.greenmail.pop3.commands.AuthCommand
-
public class AuthCommand extends Pop3Command
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthCommand.Pop3SaslAuthMechanism
-
Field Summary
Fields Modifier and Type Field Description static StringCONTINUATION-
Fields inherited from class com.icegreen.greenmail.pop3.commands.Pop3Command
log
-
-
Constructor Summary
Constructors Constructor Description AuthCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Pop3Connection conn, Pop3State state, String cmd)booleanisValidForState(Pop3State state)
-
-
-
Field Detail
-
CONTINUATION
public static final String CONTINUATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
isValidForState
public boolean isValidForState(Pop3State state)
- Specified by:
isValidForStatein classPop3Command
-
execute
public void execute(Pop3Connection conn, Pop3State state, String cmd)
- Specified by:
executein classPop3Command
-
-