| 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<EmailAttachment> |
EmailMessage.attachments
List of attachments attached to this email message.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmailAttachment> |
EmailMessage.getAttachments()
Gets attachments attached to this email message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessage.setAttachments(List<EmailAttachment> attachments)
Sets attachments for this email message.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmailAttachment> |
MimeMessageWrapper.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
MimeMessageWrapper.setAttachments(List<EmailAttachment> attachments) |
Copyright © 2023. All rights reserved.