| Modifier and Type | Class and Description |
|---|---|
class |
IMAPEmailAttributes
Contains all the metadata of a received email from an IMAP mailbox, it carries information such as the subject of the email,
the id in the mailbox and the recipients between others but also this attributes carry flags that mark different states of
the email such as SEEN, ANSWERED, DELETED, etc.
|
class |
POP3EmailAttributes
Contains all the metadata of a received email from a POP3 mailbox, it carries information such as the subject of the email,
the unique id in the mailbox and the recipients between others
|
| Modifier and Type | Method and Description |
|---|---|
Predicate<BaseEmailAttributes> |
BaseEmailPredicateBuilder.build()
Builds a
Predicate from the criterias in this builder's state. |
protected Predicate<? extends BaseEmailAttributes> |
IMAPEmailPredicateBuilder.getBasePredicate() |
protected Predicate<? extends BaseEmailAttributes> |
BaseEmailPredicateBuilder.getBasePredicate() |
| Modifier and Type | Class and Description |
|---|---|
class |
PagingProviderEmailDelegate<T extends BaseEmailAttributes>
PagingProvider implementation for list emails operation. |
| Constructor and Description |
|---|
PagingProviderEmailDelegate(MailboxAccessConfiguration configuration,
String folderName,
BaseEmailPredicateBuilder matcherBuilder,
int pageSize,
boolean deleteAfterRetrieve,
Consumer<BaseEmailAttributes> deleteAfterReadCallback) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseEmailAttributes> |
MailboxAccessConfiguration.parseAttributesFromMessage(javax.mail.Message message,
javax.mail.Folder folder)
Resolves the
BaseEmailAttributes from a given message for this configuration. |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseEmailAttributes> |
IMAPConfiguration.parseAttributesFromMessage(javax.mail.Message message,
javax.mail.Folder folder) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseEmailAttributes> |
POP3Configuration.parseAttributesFromMessage(javax.mail.Message message,
javax.mail.Folder folder)
Resolves the
BaseEmailAttributes from a given message for this configuration. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.