Apache JAMES Mime4j 0.6-redhat-2

org.apache.james.mime4j.field
Class FieldName

java.lang.Object
  extended by org.apache.james.mime4j.field.FieldName

public class FieldName
extends Object

Constants for common header field names.


Field Summary
static String BCC
           
static String CC
           
static String CONTENT_DISPOSITION
           
static String CONTENT_TRANSFER_ENCODING
           
static String CONTENT_TYPE
           
static String DATE
           
static String FROM
           
static String MESSAGE_ID
           
static String REPLY_TO
           
static String RESENT_BCC
           
static String RESENT_CC
           
static String RESENT_DATE
           
static String RESENT_FROM
           
static String RESENT_SENDER
           
static String RESENT_TO
           
static String SENDER
           
static String SUBJECT
           
static String TO
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Apache JAMES Mime4j 0.6-redhat-2

Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.