org.apache.geronimo.javamail.store.pop3
Interface POP3Constants

All Known Implementing Classes:
POP3Connection, POP3ListResponse, POP3Response, POP3StatusResponse

public interface POP3Constants

Defines a few constants that are used throught the implementation.

Version:
$Rev: 597135 $ $Date: 2007-11-21 11:26:57 -0500 (Wed, 21 Nov 2007) $

Field Summary
static int CHALLENGE
           
static String CRLF
           
static int DOT
           
static int ERR
           
static int OK
           
static String SPACE
           
 

Field Detail

SPACE

static final String SPACE
See Also:
Constant Field Values

CRLF

static final String CRLF
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

OK

static final int OK
See Also:
Constant Field Values

ERR

static final int ERR
See Also:
Constant Field Values

CHALLENGE

static final int CHALLENGE
See Also:
Constant Field Values


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.