| Package | Description |
|---|---|
| eu.easyrpa.openframework.email |
Functionality for working with email messages within RPA process.
|
| eu.easyrpa.openframework.email.service |
Services to work with mailbox and email messages.
|
| eu.easyrpa.openframework.email.service.javax |
Implementation of email services based on
javax.mail functionality (SMTP, IMAP and POP3 protocols). |
| Class and Description |
|---|
| InboundEmailProtocol
Provides list of support protocols for inbound email service.
|
| OutboundEmailProtocol
Provides list of support protocols for outbound email service.
|
| Class and Description |
|---|
| EmailServiceFactory
Singleton implementation of factory to build inbound/outbound email services intended to work with specific
inbound/outbound email protocols.
|
| InboundEmailProtocol
Provides list of support protocols for inbound email service.
|
| InboundEmailService
Single interface for all inbound email services that provides functionality for working with mailbox based
on specific inbound email protocols.
|
| OutboundEmailProtocol
Provides list of support protocols for outbound email service.
|
| OutboundEmailService
Single interface for all outbound email services that provides functionality for sending of email messages based
on specific outbound email protocols.
|
| Class and Description |
|---|
| InboundEmailProtocol
Provides list of support protocols for inbound email service.
|
| InboundEmailService
Single interface for all inbound email services that provides functionality for working with mailbox based
on specific inbound email protocols.
|
| MessageConverter
Basis class for converters that converts
EmailMessage to the message supported by specific email
service implementation (native message). |
| OutboundEmailProtocol
Provides list of support protocols for outbound email service.
|
| OutboundEmailService
Single interface for all outbound email services that provides functionality for sending of email messages based
on specific outbound email protocols.
|
Copyright © 2023. All rights reserved.