| Package | Description |
|---|---|
| org.mule.extension.email.api | |
| org.mule.extension.email.internal.mailbox.imap | |
| org.mule.extension.email.internal.mailbox.pop3 |
| Modifier and Type | Method and Description |
|---|---|
static EmailMetadataKey |
EmailMetadataKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailMetadataKey[] |
EmailMetadataKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
EmailMetadataResolver.getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
EmailMetadataKey key) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<MailboxConnection,org.mule.runtime.extension.api.runtime.operation.Result<Object,IMAPEmailAttributes>> |
IMAPOperations.listImap(IMAPConfiguration config,
MailboxConnection connection,
String mailboxFolder,
IMAPEmailPredicateBuilder imapMatcher,
boolean deleteAfterRetrieve,
EmailMetadataKey outputType,
int pageSize)
List all the emails (with pagination) in the configured imap mailBoxFolder that match with the specified
imapMatcher
criteria. |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<MailboxConnection,org.mule.runtime.extension.api.runtime.operation.Result<Object,POP3EmailAttributes>> |
POP3Operations.listPop3(POP3Configuration config,
MailboxConnection connection,
String mailboxFolder,
POP3EmailPredicateBuilder pop3Matcher,
boolean deleteAfterRetrieve,
EmailMetadataKey outputType,
int pageSize)
List all the emails (with pagination) in the configured pop3 mailBoxFolder that match with the specified
pop3Matcher
criteria. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.