Package | Description |
---|---|
mireka.transmission.dsn |
Creates Delivery Status Notification message.
|
Modifier and Type | Class and Description |
---|---|
class |
DelayReport
DelayReport contains all information necessary to produce a "delayed"
recipient section in a DSN message.
|
class |
PermanentFailureReport
DelayReport contains all information necessary to produce a "failed"
recipient section in a DSN message.
|
Modifier and Type | Method and Description |
---|---|
Mail |
DsnMailCreator.create(Mail mail,
java.util.List<RecipientProblemReport> recipientReports)
Constructs a new DSN message.
|