| Package | Description |
|---|---|
| eu.easyrpa.openframework.email |
Functionality for working with email messages within RPA process.
|
| Modifier and Type | Method and Description |
|---|---|
EmailClient |
EmailClient.defaultFolder(String defaultFolder)
Sets explicitly the name of default mailbox folder with inbound messages.
|
EmailClient |
EmailClient.protocol(InboundEmailProtocol protocol)
Sets explicitly the value of protocol that is necessary to use for working with inbound email server.
|
EmailClient |
EmailClient.protocol(String protocol)
Sets explicitly the value of protocol that is necessary to use for working with inbound email server.
|
EmailClient |
EmailClient.secret(String secret)
Sets explicitly the value of secret information necessary to perform authentication to specific mailbox on
the server.
|
EmailClient |
EmailClient.secret(String userName,
String password)
Sets explicitly credentials necessary to perform authentication to specific mailbox on the server.
|
EmailClient |
EmailClient.server(String emailServerHostAndPort)
Sets explicitly the value of inbound email server URL.
|
Copyright © 2023. All rights reserved.