Package | Description |
---|---|
mireka.destination |
Contains Destination core classes; destinations represents the different ways
of delivering a mail received in an incoming mail transaction, e.g. putting
the mail into a POP3 maildrop or transmitting it to a remote domain.
|
mireka.forward |
Provides support for address expansion for multiple delivery.
|
mireka.list |
Provides a simple mailing list, which can be used for small, closed,
internal mailing lists, if a full mailing list manager software is not
available.
|
mireka.transmission |
Provides the reliable transmission service API and the corresponding
TransmitterDestination destination. |
mireka.transmission.queuing |
Provides a reliable, queuing
Transmitter
implementation. |
Modifier and Type | Method and Description |
---|---|
Transmitter |
TransformDestination.getTransmitter() |
Modifier and Type | Method and Description |
---|---|
void |
TransformDestination.setTransmitter(Transmitter transmitter) |
Modifier and Type | Method and Description |
---|---|
Transmitter |
SrsDestination.getTransmitter() |
Modifier and Type | Method and Description |
---|---|
void |
ForwardDestination.setTransmitter(Transmitter transmitter) |
void |
SrsDestination.setTransmitter(Transmitter transmitter) |
Modifier and Type | Method and Description |
---|---|
Transmitter |
ListDestination.getTransmitter() |
Modifier and Type | Method and Description |
---|---|
void |
ListDestination.setTransmitter(Transmitter transmitter) |
Modifier and Type | Method and Description |
---|---|
Transmitter |
TransmitterDestination.getTransmitter() |
Modifier and Type | Method and Description |
---|---|
void |
TransmitterDestination.setTransmitter(Transmitter transmitter) |
Modifier and Type | Class and Description |
---|---|
class |
QueuingTransmitter |
Modifier and Type | Method and Description |
---|---|
void |
RetryPolicy.setDsnTransmitter(Transmitter dsnTransmitter) |
void |
RetryPolicy.setRetryTransmitter(Transmitter retryTransmitter) |
Constructor and Description |
---|
RetryPolicy(DsnMailCreator dsnMailCreator,
Transmitter dsnTransmitter,
Transmitter retryTransmitter)
Constructs a new instance with all required dependencies.
|