| 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.sender |
This package contains all available clients for sending email messages.
|
| ru.dlabs71.library.email.type |
This package contains all the enums using in this library.
|
| Modifier and Type | Method and Description |
|---|---|
SendingStatus |
DEmailSender.send(OutgoingMessage message)
The common method for sending
OutgoingMessage messages. |
SendingStatus |
DEmailSender.send(Set<EmailParticipant> recipients,
String subject,
String content,
ContentMessageType contentType,
Charset charsetContent,
List<EmailAttachment> attachments)
The common method is sending a text message.
|
SendingStatus |
DEmailSender.sendHtml(Collection<String> emails,
String subject,
String content)
The method is distributing a message to a group recipients.
|
SendingStatus |
DEmailSender.sendHtml(Collection<String> emails,
String subject,
String content,
EmailAttachment... attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendHtml(Collection<String> emails,
String subject,
String content,
List<EmailAttachment> attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendHtml(Set<EmailParticipant> recipients,
String subject,
String content,
List<EmailAttachment> attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendHtml(Set<String> emails,
String subject,
String content,
EmailAttachment... attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendHtml(String email,
String subject,
String content)
The method is sending a message.
|
SendingStatus |
DEmailSender.sendHtml(String email,
String subject,
String content,
EmailAttachment... attachments)
The method is sending a message with attachments.
|
SendingStatus |
DEmailSender.sendHtml(String email,
String subject,
String content,
List<EmailAttachment> attachments)
The method is sending a message with attachments.
|
SendingStatus |
DEmailSender.sendHtmlTemplated(Collection<String> emails,
String subject,
String pathToTemplate,
Map<String,Object> params)
The method is distributing a message to a group recipients.
|
SendingStatus |
DEmailSender.sendHtmlTemplated(Collection<String> emails,
String subject,
String pathToTemplate,
Map<String,Object> params,
EmailAttachment... attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendHtmlTemplated(Collection<String> emails,
String subject,
String pathToTemplate,
Map<String,Object> params,
List<EmailAttachment> attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendHtmlTemplated(Set<EmailParticipant> recipients,
String subject,
String pathToTemplate,
Map<String,Object> params,
List<EmailAttachment> attachments)
The method is distributing a message to a group of recipients with attachments.
|
SendingStatus |
DEmailSender.sendHtmlTemplated(String email,
String subject,
String pathToTemplate,
Map<String,Object> params)
The method is sending a message.
|
SendingStatus |
DEmailSender.sendHtmlTemplated(String email,
String subject,
String pathToTemplate,
Map<String,Object> params,
EmailAttachment... attachments)
The method is sending a message with attachments.
|
SendingStatus |
DEmailSender.sendHtmlTemplated(String email,
String subject,
String pathToTemplate,
Map<String,Object> params,
List<EmailAttachment> attachments)
The method is sending a message with attachments.
|
SendingStatus |
DEmailSender.sendTemplatedMessage(Set<EmailParticipant> recipients,
String subject,
String pathToTemplate,
Map<String,Object> params,
ContentMessageType contentType,
Charset charsetContent,
List<EmailAttachment> attachments)
The common method is sending a templated message.
|
SendingStatus |
DEmailSender.sendText(Collection<String> emails,
String subject,
String content)
The method is distributing a message to a group recipients.
|
SendingStatus |
DEmailSender.sendText(Collection<String> emails,
String subject,
String content,
EmailAttachment... attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendText(Collection<String> emails,
String subject,
String content,
List<EmailAttachment> attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendText(Set<EmailParticipant> recipients,
String subject,
String content,
List<EmailAttachment> attachments)
The method is distributing a message to a group recipients with attachments.
|
SendingStatus |
DEmailSender.sendText(String email,
String subject,
String content)
The method is sending a message.
|
SendingStatus |
DEmailSender.sendText(String email,
String subject,
String content,
EmailAttachment... attachments)
The method is sending a message with attachments.
|
SendingStatus |
DEmailSender.sendText(String email,
String subject,
String content,
List<EmailAttachment> attachments)
The method is sending a message with attachments.
|
SendingStatus |
DEmailSender.sendTextTemplated(Collection<String> emails,
String subject,
String pathToTemplate,
Map<String,Object> params)
The method is distributing a message to a group of recipients.
|
SendingStatus |
DEmailSender.sendTextTemplated(Collection<String> emails,
String subject,
String pathToTemplate,
Map<String,Object> params,
EmailAttachment... attachments)
The method is distributing a message to a group of recipients with attachments.
|
SendingStatus |
DEmailSender.sendTextTemplated(Collection<String> emails,
String subject,
String pathToTemplate,
Map<String,Object> params,
List<EmailAttachment> attachments)
The method is distributing a message to a group of recipients with attachments.
|
SendingStatus |
DEmailSender.sendTextTemplated(Set<EmailParticipant> recipients,
String subject,
String pathToTemplate,
Map<String,Object> params,
List<EmailAttachment> attachments)
The method is distributing a message to a group of recipients with attachments.
|
SendingStatus |
DEmailSender.sendTextTemplated(String email,
String subject,
String pathToTemplate,
Map<String,Object> params)
The method is sending a message.
|
SendingStatus |
DEmailSender.sendTextTemplated(String email,
String subject,
String pathToTemplate,
Map<String,Object> params,
EmailAttachment... attachments)
The method is sending a message with attachments.
|
SendingStatus |
DEmailSender.sendTextTemplated(String email,
String subject,
String pathToTemplate,
Map<String,Object> params,
List<EmailAttachment> attachments)
The method is sending a message with attachments.
|
| Modifier and Type | Method and Description |
|---|---|
SendingStatus |
SMTPDClient.send(OutgoingMessage message)
It sends to message.
|
SendingStatus |
SenderDClient.send(OutgoingMessage message)
It sends to message.
|
| Modifier and Type | Method and Description |
|---|---|
static SendingStatus |
SendingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SendingStatus[] |
SendingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.