| Package | Description |
|---|---|
| ru.dlabs71.library.email.dto.message.common |
This package contains all the common classes for constructing message DTOs.
|
| ru.dlabs71.library.email.dto.message.incoming |
This package contains all the DTOs for incoming messages.
|
| ru.dlabs71.library.email.dto.message.outgoing |
This package contains all the DTOs for outgoing messages.
|
| ru.dlabs71.library.email.util |
This package contains all the helper classes that are used by the library or can be used by you.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMessage
This class describes a base email message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IncomingMessage
This interface defines any incoming email message.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutgoingMessage
This interface defines any outgoing email message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutgoingMessage
This class describes a default outgoing email message.
|
class |
TemplatedOutgoingMessage
This class describes a templated outgoing email message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageValidator.validate(Message message)
The method is common validation messages.
|
Copyright © 2023. All rights reserved.