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 SummaryModifier and TypeMethodDescriptionextractStandardHeaders(Message source) Map the message headers to a Map usingMailHeaderskeys; specifically maps the address headers and the subject.
- 
Method Details- 
extractStandardHeadersMap the message headers to a Map usingMailHeaderskeys; specifically maps the address headers and the subject.- Parameters:
- source- the message.
- Returns:
- the map.
 
 
-