|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.mailet.RFC2822Headers
public class RFC2822Headers
This utility class provides the set of header names explicitly defined in RFC 2822
Field Summary | |
---|---|
static java.lang.String |
BCC
The name of the RFC 2822 header that stores the blind carbon copied mail recipients. |
static java.lang.String |
CC
The name of the RFC 2822 header that stores the carbon copied mail recipients. |
static java.lang.String |
COMMENTS
The name of the RFC 2822 header that stores human-readable comments. |
static java.lang.String |
CONTENT_TYPE
The name of the MIME header that stores the content type. |
static java.lang.String |
DATE
The name of the RFC 2822 header that stores the mail date. |
static java.lang.String |
FROM
The name of the RFC 2822 header that stores the mail author(s). |
static java.lang.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 java.lang.String |
KEYWORDS
The name of the RFC 2822 header that stores human-readable keywords. |
static java.lang.String |
MESSAGE_ID
The name of the RFC 2822 header that stores the message id. |
static java.lang.String |
MESSAGE_ID_VARIATION
A common variation on the name of the RFC 2822 header that stores the message id. |
static java.lang.String |
RECEIVED
The name of the RFC 2822 headers that store additional tracing data. |
static java.lang.String |
REFERENCES
The name of the RFC 2822 header that is used to identify the thread to which this message refers. |
static java.lang.String |
REPLY_TO
The name of the RFC 2822 header that stores the reply-to address. |
static java.lang.String |
RESENT_BCC
The name of the RFC 2822 header that stores the blind carbon copied recipients of the resent message. |
static java.lang.String |
RESENT_CC
The name of the RFC 2822 header that stores the carbon copied recipients of the resent message. |
static java.lang.String |
RESENT_DATE
The name of the RFC 2822 header that stores the date the message was resent. |
static java.lang.String |
RESENT_FROM
The name of the RFC 2822 header that stores the originator of the resent message. |
static java.lang.String |
RESENT_MESSAGE_ID
The name of the RFC 2822 header that stores the message id of the resent message. |
static java.lang.String |
RESENT_SENDER
The name of the RFC 2822 header that stores the transmission agent of the resent message. |
static java.lang.String |
RESENT_TO
The name of the RFC 2822 header that stores the recipients of the resent message. |
static java.lang.String |
RETURN_PATH
The name of the RFC 2822 headers that store the tracing data for the return path. |
static java.lang.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 java.lang.String |
SUBJECT
The name of the RFC 2822 header that stores the subject. |
static java.lang.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 |
---|
public static final java.lang.String DATE
public static final java.lang.String FROM
public static final java.lang.String SENDER
public static final java.lang.String REPLY_TO
public static final java.lang.String TO
public static final java.lang.String CC
public static final java.lang.String BCC
public static final java.lang.String MESSAGE_ID
public static final java.lang.String MESSAGE_ID_VARIATION
public static final java.lang.String IN_REPLY_TO
public static final java.lang.String REFERENCES
public static final java.lang.String SUBJECT
public static final java.lang.String COMMENTS
public static final java.lang.String KEYWORDS
public static final java.lang.String RESENT_DATE
public static final java.lang.String RESENT_FROM
public static final java.lang.String RESENT_SENDER
public static final java.lang.String RESENT_TO
public static final java.lang.String RESENT_CC
public static final java.lang.String RESENT_BCC
public static final java.lang.String RESENT_MESSAGE_ID
public static final java.lang.String RETURN_PATH
public static final java.lang.String RECEIVED
public static final java.lang.String CONTENT_TYPE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |