Uses of Class
com.icegreen.greenmail.pop3.Pop3State
-
Packages that use Pop3State Package Description com.icegreen.greenmail.pop3.commands -
-
Uses of Pop3State in com.icegreen.greenmail.pop3.commands
Methods in com.icegreen.greenmail.pop3.commands with parameters of type Pop3State Modifier and Type Method Description voidApopCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidAuthCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidCapaCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidDeleCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidListCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidNoopCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidPassCommand. execute(Pop3Connection conn, Pop3State state, String cmd)abstract voidPop3Command. execute(Pop3Connection conn, Pop3State state, String cmd)voidQuitCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidRetrCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidRsetCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidStatCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidTopCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidUidlCommand. execute(Pop3Connection conn, Pop3State state, String cmd)voidUserCommand. execute(Pop3Connection conn, Pop3State state, String cmd)booleanApopCommand. isValidForState(Pop3State state)booleanAuthCommand. isValidForState(Pop3State state)booleanCapaCommand. isValidForState(Pop3State state)booleanDeleCommand. isValidForState(Pop3State state)booleanListCommand. isValidForState(Pop3State state)booleanNoopCommand. isValidForState(Pop3State state)booleanPassCommand. isValidForState(Pop3State state)abstract booleanPop3Command. isValidForState(Pop3State state)booleanQuitCommand. isValidForState(Pop3State state)booleanRetrCommand. isValidForState(Pop3State state)booleanRsetCommand. isValidForState(Pop3State state)booleanStatCommand. isValidForState(Pop3State state)booleanTopCommand. isValidForState(Pop3State state)booleanUidlCommand. isValidForState(Pop3State state)booleanUserCommand. isValidForState(Pop3State state)
-