org.apache.axis2.transport.mail
Class Constants
java.lang.Object
org.apache.axis2.transport.mail.Constants
- public class Constants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constants
public Constants()