| 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.dto.pageable |
This package contains DTOs for creating pageable requests.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<MessageView> |
DEmailReceiver.checkEmail()
Checks email (first 50 messages).
|
PageResponse<MessageView> |
DEmailReceiver.checkEmail(PageRequest pageRequest)
Checks email.
|
PageResponse<IncomingMessage> |
DEmailReceiver.readEmail()
Reads email (first 50 messages).
|
PageResponse<IncomingMessage> |
DEmailReceiver.readEmail(PageRequest pageRequest)
Reads email.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> PageResponse<T> |
PageResponse.of(List<T> data,
int totalCount)
Returns a new instance of
PageResponse. |
static <T> PageResponse<T> |
PageResponse.of(List<T> data,
int totalCount,
Map<String,Object> metadata)
Returns a new instance of
PageResponse. |
Copyright © 2023. All rights reserved.