Uses of Class
com.icegreen.greenmail.pop3.Pop3Connection
-
Packages that use Pop3Connection Package Description com.icegreen.greenmail.pop3.commands -
-
Uses of Pop3Connection in com.icegreen.greenmail.pop3.commands
Methods in com.icegreen.greenmail.pop3.commands with parameters of type Pop3Connection 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)
-