Fields Summary |
---|
public static final String | DATEThe name of the RFC 2822 header that stores the mail date. |
public static final String | FROMThe name of the RFC 2822 header that stores the mail author(s). |
public static final String | SENDERThe 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_TOThe name of the RFC 2822 header that stores the reply-to address. |
public static final String | TOThe name of the RFC 2822 header that stores the primary mail recipients. |
public static final String | CCThe name of the RFC 2822 header that stores the carbon copied mail recipients. |
public static final String | BCCThe name of the RFC 2822 header that stores the blind carbon copied mail recipients. |
public static final String | MESSAGE_IDThe name of the RFC 2822 header that stores the message id. |
public static final String | MESSAGE_ID_VARIATIONA 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_TOThe 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 | REFERENCESThe name of the RFC 2822 header that is used to identify the thread to
which this message refers. |
public static final String | SUBJECTThe name of the RFC 2822 header that stores the subject. |
public static final String | COMMENTSThe name of the RFC 2822 header that stores human-readable comments. |
public static final String | KEYWORDSThe name of the RFC 2822 header that stores human-readable keywords. |
public static final String | RESENT_DATEThe name of the RFC 2822 header that stores the date the message was resent. |
public static final String | RESENT_FROMThe name of the RFC 2822 header that stores the originator of the resent message. |
public static final String | RESENT_SENDERThe name of the RFC 2822 header that stores the transmission agent
of the resent message. |
public static final String | RESENT_TOThe name of the RFC 2822 header that stores the recipients
of the resent message. |
public static final String | RESENT_CCThe name of the RFC 2822 header that stores the carbon copied recipients
of the resent message. |
public static final String | RESENT_BCCThe name of the RFC 2822 header that stores the blind carbon copied recipients
of the resent message. |
public static final String | RESENT_MESSAGE_IDThe name of the RFC 2822 header that stores the message id
of the resent message. |
public static final String | RETURN_PATHThe name of the RFC 2822 headers that store the tracing data for the return path. |
public static final String | RECEIVEDThe name of the RFC 2822 headers that store additional tracing data. |
public static final String | CONTENT_TYPEThe name of the MIME header that stores the content type. |