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