See: Description
| Interface | Description |
|---|---|
| InboundEmailService |
Single interface for all inbound email services that provides functionality for working with mailbox based
on specific inbound email protocols.
|
| OutboundEmailService |
Single interface for all outbound email services that provides functionality for sending of email messages based
on specific outbound email protocols.
|
| Class | Description |
|---|---|
| EmailServiceFactory |
Singleton implementation of factory to build inbound/outbound email services intended to work with specific
inbound/outbound email protocols.
|
| EmailServiceSecret |
Keeps secret information for establishing connection with email server.
|
| MessageConverter<M> |
Basis class for converters that converts
EmailMessage to the message supported by specific email
service implementation (native message). |
| Enum | Description |
|---|---|
| InboundEmailProtocol |
Provides list of support protocols for inbound email service.
|
| OutboundEmailProtocol |
Provides list of support protocols for outbound email service.
|
Copyright © 2023. All rights reserved.