org.apache.mailet.base
Class RFC2822Headers

java.lang.Object
  extended by org.apache.mailet.base.RFC2822Headers

public class RFC2822Headers
extends Object

This utility class provides the set of header names explicitly defined in RFC 2822


Field Summary
static String BCC
          The name of the RFC 2822 header that stores the blind carbon copied mail recipients.
static String CC
          The name of the RFC 2822 header that stores the carbon copied mail recipients.
static String COMMENTS
          The name of the RFC 2822 header that stores human-readable comments.
static String CONTENT_TYPE
          The name of the MIME header that stores the content type.
static String DATE
          The name of the RFC 2822 header that stores the mail date.
static String FROM
          The name of the RFC 2822 header that stores the mail author(s).
static String IN_REPLY_TO
          The name of the RFC 2822 header that stores the message id of the message that to which this email is a reply.
static String KEYWORDS
          The name of the RFC 2822 header that stores human-readable keywords.
static String MESSAGE_ID
          The name of the RFC 2822 header that stores the message id.
static String MESSAGE_ID_VARIATION
          A common variation on the name of the RFC 2822 header that stores the message id.
static String RECEIVED
          The name of the RFC 2822 headers that store additional tracing data.
static String REFERENCES
          The name of the RFC 2822 header that is used to identify the thread to which this message refers.
static String REPLY_TO
          The name of the RFC 2822 header that stores the reply-to address.
static String RESENT_BCC
          The name of the RFC 2822 header that stores the blind carbon copied recipients of the resent message.
static String RESENT_CC
          The name of the RFC 2822 header that stores the carbon copied recipients of the resent message.
static String RESENT_DATE
          The name of the RFC 2822 header that stores the date the message was resent.
static String RESENT_FROM
          The name of the RFC 2822 header that stores the originator of the resent message.
static String RESENT_MESSAGE_ID
          The name of the RFC 2822 header that stores the message id of the resent message.
static String RESENT_SENDER
          The name of the RFC 2822 header that stores the transmission agent of the resent message.
static String RESENT_TO
          The name of the RFC 2822 header that stores the recipients of the resent message.
static String RETURN_PATH
          The name of the RFC 2822 headers that store the tracing data for the return path.
static String SENDER
          The name of the RFC 2822 header that stores the actual mail transmission agent, if this differs from the author of the message.
static String SUBJECT
          The name of the RFC 2822 header that stores the subject.
static String TO
          The name of the RFC 2822 header that stores the primary mail recipients.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE

public static final String DATE
The name of the RFC 2822 header that stores the mail date.

See Also:
Constant Field Values

FROM

public static final String FROM
The name of the RFC 2822 header that stores the mail author(s).

See Also:
Constant Field Values

SENDER

public static final String SENDER
The name of the RFC 2822 header that stores the actual mail transmission agent, if this differs from the author of the message.

See Also:
Constant Field Values

REPLY_TO

public static final String REPLY_TO
The name of the RFC 2822 header that stores the reply-to address.

See Also:
Constant Field Values

TO

public static final String TO
The name of the RFC 2822 header that stores the primary mail recipients.

See Also:
Constant Field Values

CC

public static final String CC
The name of the RFC 2822 header that stores the carbon copied mail recipients.

See Also:
Constant Field Values

BCC

public static final String BCC
The name of the RFC 2822 header that stores the blind carbon copied mail recipients.

See Also:
Constant Field Values

MESSAGE_ID

public static final String MESSAGE_ID
The name of the RFC 2822 header that stores the message id.

See Also:
Constant Field Values

MESSAGE_ID_VARIATION

public static final String MESSAGE_ID_VARIATION
A common variation on the name of the RFC 2822 header that stores the message id. This is needed for certain filters and processing of incoming mail.

See Also:
Constant Field Values

IN_REPLY_TO

public static final String IN_REPLY_TO
The name of the RFC 2822 header that stores the message id of the message that to which this email is a reply.

See Also:
Constant Field Values

REFERENCES

public static final String REFERENCES
The name of the RFC 2822 header that is used to identify the thread to which this message refers.

See Also:
Constant Field Values

SUBJECT

public static final String SUBJECT
The name of the RFC 2822 header that stores the subject.

See Also:
Constant Field Values

COMMENTS

public static final String COMMENTS
The name of the RFC 2822 header that stores human-readable comments.

See Also:
Constant Field Values

KEYWORDS

public static final String KEYWORDS
The name of the RFC 2822 header that stores human-readable keywords.

See Also:
Constant Field Values

RESENT_DATE

public static final String RESENT_DATE
The name of the RFC 2822 header that stores the date the message was resent.

See Also:
Constant Field Values

RESENT_FROM

public static final String RESENT_FROM
The name of the RFC 2822 header that stores the originator of the resent message.

See Also:
Constant Field Values

RESENT_SENDER

public static final String RESENT_SENDER
The name of the RFC 2822 header that stores the transmission agent of the resent message.

See Also:
Constant Field Values

RESENT_TO

public static final String RESENT_TO
The name of the RFC 2822 header that stores the recipients of the resent message.

See Also:
Constant Field Values

RESENT_CC

public static final String RESENT_CC
The name of the RFC 2822 header that stores the carbon copied recipients of the resent message.

See Also:
Constant Field Values

RESENT_BCC

public static final String RESENT_BCC
The name of the RFC 2822 header that stores the blind carbon copied recipients of the resent message.

See Also:
Constant Field Values

RESENT_MESSAGE_ID

public static final String RESENT_MESSAGE_ID
The name of the RFC 2822 header that stores the message id of the resent message.

See Also:
Constant Field Values

RETURN_PATH

public static final String RETURN_PATH
The name of the RFC 2822 headers that store the tracing data for the return path.

See Also:
Constant Field Values

RECEIVED

public static final String RECEIVED
The name of the RFC 2822 headers that store additional tracing data.

See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
The name of the MIME header that stores the content type.

See Also:
Constant Field Values


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.