public final class MailUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
extractStandardHeaders(Message source)
Map the message headers to a Map using
MailHeaders keys; specifically
maps the address headers and the subject. |
public static Map<String,Object> extractStandardHeaders(Message source)
MailHeaders
keys; specifically
maps the address headers and the subject.source
- the message.