org.apache.axis2.transport.mail
Class Constants

java.lang.Object
  extended by org.apache.axis2.transport.mail.Constants

public class Constants
extends Object


Field Summary
static String COMMAND_EXIT
           
static String COMMAND_TRANSMISSION_END
           
static String COMMAND_UNKNOWN
           
static String CONTENT_LOCAION
           
static String CONTENT_TYPE
           
static String DATA_END_SUCCESS
           
static String DATA_START_SUCCESS
           
static String DEFAULT_CHAR_SET
           
static String DEFAULT_CHAR_SET_ENCODING
           
static String DEFAULT_CONTENT_TYPE
           
static String DELE
           
static String ERR
           
static String FROM_ADDRESS
           
static String HEADER_SOAP_ACTION
           
static String HELO_REPLY
           
static String LIST
           
static String LISTENER_INTERVAL
           
static String MAIL_ERROR
           
static String MAIL_OK
           
static String NOOP
           
static String OK
           
static String PASS
           
static int POP_SERVER_PORT
           
static String POP3_HOST
           
static String POP3_PASSWORD
           
static String POP3_PORT
           
static String POP3_USER
           
static String QUIT
           
static String RAPLY_TO
           
static String RCPT_ERROR
           
static String RCPT_OK
           
static String RETR
           
static String RSET
           
static String SERVER_DOMAIN
           
static String SMTP_HOST
           
static String SMTP_PORT
           
static int SMTP_SERVER_PORT
           
static String SMTP_USER
           
static String SMTP_USER_PASSWORD
           
static String STAT
           
static String STORE_PROTOCOL
           
static String SUBJECT
           
static String TO_ADDRESS
           
static String USER
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FROM_ADDRESS

public static final String FROM_ADDRESS
See Also:
Constant Field Values

TO_ADDRESS

public static final String TO_ADDRESS
See Also:
Constant Field Values

SUBJECT

public static final String SUBJECT
See Also:
Constant Field Values

HEADER_SOAP_ACTION

public static final String HEADER_SOAP_ACTION
See Also:
Constant Field Values

SMTP_USER

public static final String SMTP_USER
See Also:
Constant Field Values

SMTP_PORT

public static final String SMTP_PORT
See Also:
Constant Field Values

SMTP_HOST

public static final String SMTP_HOST
See Also:
Constant Field Values

SMTP_USER_PASSWORD

public static final String SMTP_USER_PASSWORD
See Also:
Constant Field Values

POP3_USER

public static final String POP3_USER
See Also:
Constant Field Values

POP3_PORT

public static final String POP3_PORT
See Also:
Constant Field Values

POP3_PASSWORD

public static final String POP3_PASSWORD
See Also:
Constant Field Values

POP3_HOST

public static final String POP3_HOST
See Also:
Constant Field Values

STORE_PROTOCOL

public static final String STORE_PROTOCOL
See Also:
Constant Field Values

RAPLY_TO

public static final String RAPLY_TO
See Also:
Constant Field Values

LISTENER_INTERVAL

public static final String LISTENER_INTERVAL
See Also:
Constant Field Values

SMTP_SERVER_PORT

public static final int SMTP_SERVER_PORT
See Also:
Constant Field Values

SERVER_DOMAIN

public static final String SERVER_DOMAIN
See Also:
Constant Field Values

RCPT_OK

public static final String RCPT_OK
See Also:
Constant Field Values

RCPT_ERROR

public static final String RCPT_ERROR
See Also:
Constant Field Values

POP_SERVER_PORT

public static final int POP_SERVER_PORT
See Also:
Constant Field Values

OK

public static final String OK
See Also:
Constant Field Values

MAIL_OK

public static final String MAIL_OK
See Also:
Constant Field Values

MAIL_ERROR

public static final String MAIL_ERROR
See Also:
Constant Field Values

HELO_REPLY

public static final String HELO_REPLY
See Also:
Constant Field Values

ERR

public static final String ERR
See Also:
Constant Field Values

DEFAULT_CONTENT_TYPE

public static final String DEFAULT_CONTENT_TYPE
See Also:
Constant Field Values

DEFAULT_CHAR_SET_ENCODING

public static final String DEFAULT_CHAR_SET_ENCODING
See Also:
Constant Field Values

DEFAULT_CHAR_SET

public static final String DEFAULT_CHAR_SET
See Also:
Constant Field Values

DATA_START_SUCCESS

public static final String DATA_START_SUCCESS
See Also:
Constant Field Values

DATA_END_SUCCESS

public static final String DATA_END_SUCCESS
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

CONTENT_LOCAION

public static final String CONTENT_LOCAION
See Also:
Constant Field Values

COMMAND_UNKNOWN

public static final String COMMAND_UNKNOWN
See Also:
Constant Field Values

COMMAND_TRANSMISSION_END

public static final String COMMAND_TRANSMISSION_END
See Also:
Constant Field Values

COMMAND_EXIT

public static final String COMMAND_EXIT
See Also:
Constant Field Values

USER

public static final String USER
See Also:
Constant Field Values

STAT

public static final String STAT
See Also:
Constant Field Values

RSET

public static final String RSET
See Also:
Constant Field Values

RETR

public static final String RETR
See Also:
Constant Field Values

QUIT

public static final String QUIT
See Also:
Constant Field Values

PASS

public static final String PASS
See Also:
Constant Field Values

NOOP

public static final String NOOP
See Also:
Constant Field Values

LIST

public static final String LIST
See Also:
Constant Field Values

DELE

public static final String DELE
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()