Class POP3Command

java.lang.Object
org.apache.commons.net.pop3.POP3Command

public final class POP3Command extends Object
POP3Command stores POP3 command code constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Authorization.
    static final int
    Authentication
    static final int
    The capabilities command.
    static final int
    Delete message(s).
    static final int
    List message(s).
    static final int
    No operation.
    static final int
    Send password.
    static final int
    Quit session.
    static final int
    Retrieve message(s).
    static final int
    Reset session.
    static final int
    Get status.
    static final int
    Retrieve top number lines from message.
    static final int
    List unique message identifier(s).
    static final int
    Send user name.
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getCommand(int command)
    Get the POP3 protocol string command corresponding to a command code.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait