| Package | Description |
|---|---|
| ru.dlabs71.library.email.converter.incoming |
This class contains converters that convert from
jakarta.mail.Message to incoming message DTO. |
| Modifier and Type | Method and Description |
|---|---|
MessagePartConverter.ContentAndAttachments |
MessagePartConverter.getContent(jakarta.mail.Part part)
Returns the special class
MessagePartConverter.ContentAndAttachments, which contains the message's body and attachments. |
| Modifier and Type | Method and Description |
|---|---|
void |
MessagePartConverter.getContent(jakarta.mail.Part part,
MessagePartConverter.ContentAndAttachments result)
Gets all the contents and attachments from the email message and fills in the 'result' argument.
|
Copyright © 2023. All rights reserved.