public interface MailboxAccessConfiguration
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEagerlyFetchContent() |
<T extends BaseEmailAttributes> |
parseAttributesFromMessage(javax.mail.Message message,
javax.mail.Folder folder)
Resolves the
BaseEmailAttributes from a given message for this configuration. |
boolean isEagerlyFetchContent()
<T extends BaseEmailAttributes> T parseAttributesFromMessage(javax.mail.Message message, javax.mail.Folder folder)
BaseEmailAttributes from a given message for this configuration.message - the Message that we want to parse.folder - the folder used to find the id of the message in it.BaseEmailAttributes instance from the parsed message.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.