| 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). |
| Modifier and Type | Method and Description |
|---|---|
OutboundEmailProtocol |
EmailSender.getProtocol()
Gets protocol that is necessary to use for working with outbound email server.
|
| Modifier and Type | Method and Description |
|---|---|
EmailSender |
EmailSender.protocol(OutboundEmailProtocol protocol)
Sets explicitly the value of protocol that is necessary to use for working with outbound email server.
|
void |
EmailSender.setProtocol(OutboundEmailProtocol protocol)
Sets explicitly the value of protocol that is necessary to use for working with outbound email server.
|
| Modifier and Type | Method and Description |
|---|---|
static OutboundEmailProtocol |
OutboundEmailProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutboundEmailProtocol[] |
OutboundEmailProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundEmailService |
EmailServiceFactory.getOutboundService(String hostAndPort,
OutboundEmailProtocol protocol,
String secret)
Creates a new instance of specific outbound email service that is intended to work with given email server
based on given protocol.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundEmailProtocol |
SmtpEmailService.getProtocol() |
| Constructor and Description |
|---|
SmtpEmailService(String server,
OutboundEmailProtocol protocol,
String secret) |
Copyright © 2023. All rights reserved.