| Package | Description |
|---|---|
| eu.easyrpa.openframework.email |
Functionality for working with email messages within RPA process.
|
| eu.easyrpa.openframework.email.service.javax |
Implementation of email services based on
javax.mail functionality (SMTP, IMAP and POP3 protocols). |
| Modifier and Type | Field and Description |
|---|---|
protected List<EmailBodyPart> |
EmailMessage.bodyParts
List of parts that constituents the body of this email message.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmailBodyPart> |
EmailMessage.getBodyParts()
Gets the list of parts that constituents the body of this email message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessage.setBodyParts(List<EmailBodyPart> bodyParts)
Sets the list of parts that constituents the body of this email message.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmailBodyPart> |
MimeMessageWrapper.getBodyParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
MimeMessageWrapper.setBodyParts(List<EmailBodyPart> bodyParts) |
Copyright © 2023. All rights reserved.