FileDocCategorySizeDatePackage
RFC2822Headers.javaAPI DocApache James 2.3.15702Fri Jan 12 12:56:34 GMT 2007org.apache.mailet

RFC2822Headers

public class RFC2822Headers extends Object
This utility class provides the set of header names explicitly defined in RFC 2822

Fields Summary
public static final String
DATE
The name of the RFC 2822 header that stores the mail date.
public static final String
FROM
The name of the RFC 2822 header that stores the mail author(s).
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.
public static final String
REPLY_TO
The name of the RFC 2822 header that stores the reply-to address.
public static final String
TO
The name of the RFC 2822 header that stores the primary mail recipients.
public static final String
CC
The name of the RFC 2822 header that stores the carbon copied mail recipients.
public static final String
BCC
The name of the RFC 2822 header that stores the blind carbon copied mail recipients.
public static final String
MESSAGE_ID
The name of the RFC 2822 header that stores the message id.
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.
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.
public static final String
REFERENCES
The name of the RFC 2822 header that is used to identify the thread to which this message refers.
public static final String
SUBJECT
The name of the RFC 2822 header that stores the subject.
public static final String
COMMENTS
The name of the RFC 2822 header that stores human-readable comments.
public static final String
KEYWORDS
The name of the RFC 2822 header that stores human-readable keywords.
public static final String
RESENT_DATE
The name of the RFC 2822 header that stores the date the message was resent.
public static final String
RESENT_FROM
The name of the RFC 2822 header that stores the originator of the resent message.
public static final String
RESENT_SENDER
The name of the RFC 2822 header that stores the transmission agent of the resent message.
public static final String
RESENT_TO
The name of the RFC 2822 header that stores the recipients of the resent message.
public static final String
RESENT_CC
The name of the RFC 2822 header that stores the carbon copied recipients of the resent message.
public static final String
RESENT_BCC
The name of the RFC 2822 header that stores the blind carbon copied recipients of the resent message.
public static final String
RESENT_MESSAGE_ID
The name of the RFC 2822 header that stores the message id of the resent message.
public static final String
RETURN_PATH
The name of the RFC 2822 headers that store the tracing data for the return path.
public static final String
RECEIVED
The name of the RFC 2822 headers that store additional tracing data.
public static final String
CONTENT_TYPE
The name of the MIME header that stores the content type.
Constructors Summary
private RFC2822Headers()
Private constructor to prevent instantiation


              
      
Methods Summary