org.apache.james.mime4j.field
Class FieldName
java.lang.Object
org.apache.james.mime4j.field.FieldName
public class FieldName
- extends Object
Constants for common header field names.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_DISPOSITION
public static final String CONTENT_DISPOSITION
- See Also:
- Constant Field Values
CONTENT_TRANSFER_ENCODING
public static final String CONTENT_TRANSFER_ENCODING
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
DATE
public static final String DATE
- See Also:
- Constant Field Values
MESSAGE_ID
public static final String MESSAGE_ID
- See Also:
- Constant Field Values
SUBJECT
public static final String SUBJECT
- See Also:
- Constant Field Values
FROM
public static final String FROM
- See Also:
- Constant Field Values
SENDER
public static final String SENDER
- See Also:
- Constant Field Values
TO
public static final String TO
- See Also:
- Constant Field Values
CC
public static final String CC
- See Also:
- Constant Field Values
BCC
public static final String BCC
- See Also:
- Constant Field Values
REPLY_TO
public static final String REPLY_TO
- See Also:
- Constant Field Values
RESENT_DATE
public static final String RESENT_DATE
- See Also:
- Constant Field Values
RESENT_FROM
public static final String RESENT_FROM
- See Also:
- Constant Field Values
RESENT_SENDER
public static final String RESENT_SENDER
- See Also:
- Constant Field Values
RESENT_TO
public static final String RESENT_TO
- See Also:
- Constant Field Values
RESENT_CC
public static final String RESENT_CC
- See Also:
- Constant Field Values
RESENT_BCC
public static final String RESENT_BCC
- See Also:
- Constant Field Values
Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.