-
Class Summary
| Class |
Description |
| DEmailReceiver |
The class implements a facade pattern for receiving messages.
|
| DEmailSender |
This class implements the Facade pattern for sending email messages.
|
Package ru.dlabs71.library.email Description
D-email is the library that provides a simple opportunity to send and receive email messages.
It had been built to simplify the lives of developers who needed to quickly connect to an email server and send
or receive email messages. Thus, this library provides two main classes that implement the facade pattern.
There are two facades:
- DEmailSender - for sending email message (using SMTP protocol)
- DEmailReceiver - for receiving email message (using IMAP protocol)
Common mechanisms of this library bases on two library:
- jakarta.mail:jakarta.mail-api
- org.eclipse.angus:angus-mail
Project name: d-email
Creation date: 2023-11-02
- Since:
- 1.0.0
- Author:
- Ivanov Danila