ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oroinc.net.pop3.POP3Command

java.lang.Object
   |
   +----com.oroinc.net.pop3.POP3Command

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

Copyright © 1997 Original Reusable Objects, Inc. All rights reserved.


Variable Index

 o APOP
Authorization.
 o DELE
Delete message(s).
 o LIST
List message(s).
 o NOOP
No operation.
 o PASS
Send password.
 o QUIT
Quit session.
 o RETR
Retrieve message(s).
 o RSET
Reset session.
 o STAT
Get status.
 o TOP
Retrieve top number lines from message.
 o UIDL
List unique message identifier(s).
 o USER
Send user name.

Method Index

 o getCommand(int)
Get the POP3 protocol string command corresponding to a command code.

Variables

 o USER
 public static final int USER
Send user name.

 o PASS
 public static final int PASS
Send password.

 o QUIT
 public static final int QUIT
Quit session.

 o STAT
 public static final int STAT
Get status.

 o LIST
 public static final int LIST
List message(s).

 o RETR
 public static final int RETR
Retrieve message(s).

 o DELE
 public static final int DELE
Delete message(s).

 o NOOP
 public static final int NOOP
No operation. Used as a session keepalive.

 o RSET
 public static final int RSET
Reset session.

 o APOP
 public static final int APOP
Authorization.

 o TOP
 public static final int TOP
Retrieve top number lines from message.

 o UIDL
 public static final int UIDL
List unique message identifier(s).

Methods

 o getCommand
 public static final String getCommand(int command)
Get the POP3 protocol string command corresponding to a command code.

Returns:
The POP3 protocol string command corresponding to a command code.

ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index