Class MailUtils
java.lang.Object
org.springframework.integration.mail.support.MailUtils
Utilities for handling mail messages.
- Since:
- 4.3
- Author:
- Gary Russell, Artem Bilan
-
Method Summary
Modifier and TypeMethodDescriptionextractStandardHeaders
(Message source) Map the message headers to a Map usingMailHeaders
keys; specifically maps the address headers and the subject.
-
Method Details
-
extractStandardHeaders
Map the message headers to a Map usingMailHeaders
keys; specifically maps the address headers and the subject.- Parameters:
source
- the message.- Returns:
- the map.
-