Package | Description |
---|---|
mireka.pop.store |
Provies a file system based POP3 maildrop implementation.
|
mireka.transmission |
Provides the reliable transmission service API and the corresponding
TransmitterDestination destination. |
mireka.transmission.queue |
Contains a file system based queue implementation.
|
mireka.transmission.queuing |
Provides a reliable, queuing
Transmitter
implementation. |
Modifier and Type | Method and Description |
---|---|
MaildropAppender |
Maildrop.allocateAppender() |
void |
MaildropAppender.commit()
It closes the output stream, adds the mail to the maildrop and releases
the appender.
|
java.io.OutputStream |
MaildropAppender.getOutputStream()
Returns an output stream into which the mail must be written.
|
Modifier and Type | Method and Description |
---|---|
void |
Transmitter.transmit(Mail mail)
Sends mail asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
QueueStorageException
Signals that a mail cannot be stored, moved or accepted because of a local
error.
|
Modifier and Type | Method and Description |
---|---|
void |
MailProcessor.run()
It is called to process the mail for which this instance is responsible.
|
Modifier and Type | Method and Description |
---|---|
void |
RetryPolicy.actOnEntireMailFailure(Mail mail,
SendException exception) |
void |
RetryPolicy.actOnPostponeRequired(Mail mail,
PostponeException e) |
void |
RetryPolicy.actOnRecipientsWereRejected(Mail mail,
RecipientsWereRejectedException exception) |