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