| Package | Description |
|---|---|
| ru.dlabs71.library.email |
D-email is the library that provides a simple opportunity to send and receive email messages.
|
| ru.dlabs71.library.email.client.receiver |
This package contains all available clients for receiving email messages.
|
| ru.dlabs71.library.email.dto.message.incoming |
This package contains all the DTOs for incoming messages.
|
| Modifier and Type | Method and Description |
|---|---|
IncomingMessage |
DEmailReceiver.readMessageById(Integer id)
Reads one email message by its identifier.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<IncomingMessage> |
DEmailReceiver.readEmail()
Reads email (first 50 messages).
|
PageResponse<IncomingMessage> |
DEmailReceiver.readEmail(PageRequest pageRequest)
Reads email.
|
| Modifier and Type | Method and Description |
|---|---|
IncomingMessage |
IMAPDClient.readMessageById(String folderName,
int id)
Reads message by its ID (number message).
|
IncomingMessage |
ReceiverDClient.readMessageById(String folderName,
int id)
Reads message by its ID (number message).
|
| Modifier and Type | Method and Description |
|---|---|
List<IncomingMessage> |
IMAPDClient.readMessages(String folderName,
PageRequest pageRequest)
Return full information about messages.
|
List<IncomingMessage> |
ReceiverDClient.readMessages(String folderName,
PageRequest pageRequest)
Return full information about messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIncomingMessage
This class describes a default incoming email message.
|
class |
MessageView
This class describes only common data about an email message.
|
Copyright © 2023. All rights reserved.