| Class | Description |
|---|---|
| AbstractEmailConnection |
Generic implementation for an email connection of a connector which operates over the SMTP, IMAP, POP3 and it's secure versions
protocols.
|
| AbstractEmailConnectionProvider<T> |
Generic contract for all email configurations.
|
| EmailConnectionSettings |
A simple POJO with a basic set of parameters required by every email connection.
|
| EmailConnector |
Email connector used to list and send emails and perform operations in different mailboxes, such as delete and mark as read.
|
| MessageBuilder |
an implementation of the builder design pattern to create a new
Message instance. |
| TimeoutSettings |
Groups timeout related parameters
|
| Enum | Description |
|---|---|
| EmailProtocol |
Email Protocols supported by the
EmailConnector. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.