| Package | Description |
|---|---|
| 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 |
|---|---|
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 | Class and Description |
|---|---|
class |
ImapPop3EmailService
Implementation of inbound email services that is working based on IMAP and POP3 protocols.
|
Copyright © 2023. All rights reserved.