Package | Description |
---|---|
mireka.smtp |
Contains some commonly useful SMTP related classes.
|
mireka.transmission.immediate |
Provides the API and implementation for services which make a one-time
attempt to synchronously transmit a mail to a remote system, either
directly, or via a smart host.
|
mireka.transmission.immediate.host |
Provides a class which makes a one time attempt to transmit a mail to a
specific SMTP host.
|
mireka.transmission.queuing |
Provides a reliable, queuing
Transmitter
implementation. |
Class and Description |
---|
Rfc821Status
This class represents an SMTP status which does not include enhanced status
code.
|
Class and Description |
---|
ImmediateSender
An ImmediateSender makes a single, synchronous attempt to deliver mail to
a remote system.
|
PostponeException
Indicates that the specific host, must not be connected at this time, because
there are too many open connections to it or it recently failed.
|
RecipientRejection
RecipientRejection contains the rejected recipient and the rejection
exception.
|
RecipientsWereRejectedException
it is thrown if some - maybe all - recipients were rejected
|
RemoteMtaErrorResponseException
Thrown to indicate that the remote MTA returned an error message.
|
Upstream
An Upstream is a load balanced set of BackendServers.
|
Class and Description |
---|
PostponeException
Indicates that the specific host, must not be connected at this time, because
there are too many open connections to it or it recently failed.
|
RecipientsWereRejectedException
it is thrown if some - maybe all - recipients were rejected
|
Class and Description |
---|
ImmediateSender
An ImmediateSender makes a single, synchronous attempt to deliver mail to
a remote system.
|
PostponeException
Indicates that the specific host, must not be connected at this time, because
there are too many open connections to it or it recently failed.
|
RecipientsWereRejectedException
it is thrown if some - maybe all - recipients were rejected
|