Package | Description |
---|---|
mireka.smtp.client | |
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.dns |
Provides classes for querying mail related DNS records.
|
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. |
Modifier and Type | Method and Description |
---|---|
SmtpClient |
BackendServer.createClient() |
Modifier and Type | Class and Description |
---|---|
class |
RemoteMtaErrorResponseException
Thrown to indicate that the remote MTA returned an error message.
|
Modifier and Type | Field and Description |
---|---|
SendException |
RecipientRejection.sendException |
Modifier and Type | Method and Description |
---|---|
void |
DirectImmediateSender.send(Mail mail)
Transmits mail to a single domain.
|
void |
ImmediateSender.send(Mail mail)
Synchronously transmits mail to a single domain.
|
void |
IndirectImmediateSender.send(Mail mail)
Transmits mail to a smart host.
|
Modifier and Type | Class and Description |
---|---|
class |
MxLookupException |
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress[] |
AddressLookup.queryAddresses(org.xbill.DNS.Name name) |
Modifier and Type | Method and Description |
---|---|
void |
MailToHostTransmitter.transmit(Mail mail,
SmtpClient client)
Delivers the mail to the SMTP server running on the specified host.
|
Modifier and Type | Method and Description |
---|---|
void |
RetryPolicy.actOnEntireMailFailure(Mail mail,
SendException exception) |