Class MailHeaders
java.lang.Object
org.springframework.integration.mail.MailHeaders
public final class MailHeaders extends Object
Pre-defined header names to be used for setting and/or retrieving Mail
Message attributes from/to integration Message Headers.
- Author:
- Mark Fisher, Gary Russell
-
Field Summary
Fields Modifier and Type Field Description static String
ATTACHMENT_FILENAME
static String
BCC
static String
CC
static String
CONTENT_TYPE
static String
EXPUNGED
static String
FLAGS
static String
FROM
static String
LINE_COUNT
static String
MULTIPART_MODE
static String
PREFIX
static String
RAW_HEADERS
static String
RECEIVED_DATE
static String
REPLY_TO
static String
SIZE
static String
SUBJECT
static String
TO
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
- Constant Field Values
-
SUBJECT
- See Also:
- Constant Field Values
-
TO
- See Also:
- Constant Field Values
-
CC
- See Also:
- Constant Field Values
-
BCC
- See Also:
- Constant Field Values
-
FROM
- See Also:
- Constant Field Values
-
REPLY_TO
- See Also:
- Constant Field Values
-
MULTIPART_MODE
- See Also:
- Constant Field Values
-
ATTACHMENT_FILENAME
- See Also:
- Constant Field Values
-
CONTENT_TYPE
- See Also:
- Constant Field Values
-
RAW_HEADERS
- See Also:
- Constant Field Values
-
FLAGS
- See Also:
- Constant Field Values
-
LINE_COUNT
- See Also:
- Constant Field Values
-
RECEIVED_DATE
- See Also:
- Constant Field Values
-
SIZE
- See Also:
- Constant Field Values
-
EXPUNGED
- See Also:
- Constant Field Values
-