Package | Description |
---|---|
mireka.forward |
Provides support for address expansion for multiple delivery.
|
mireka.smtp |
Contains some commonly useful SMTP related classes.
|
mireka.transmission |
Provides the reliable transmission service API and the corresponding
TransmitterDestination destination. |
mireka.transmission.dsn |
Creates Delivery Status Notification message.
|
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.queue |
Contains a file system based queue implementation.
|
Modifier and Type | Method and Description |
---|---|
EnhancedStatus |
InvalidSrsException.getStatus() |
Constructor and Description |
---|
InvalidSrsException(String message,
EnhancedStatus status) |
Modifier and Type | Field and Description |
---|---|
static EnhancedStatus |
EnhancedStatus.BAD_DESTINATION_MAILBOX_ADDRESS_SYNTAX |
static EnhancedStatus |
EnhancedStatus.BAD_DESTINATION_SYSTEM_ADDRESS |
static EnhancedStatus |
EnhancedStatus.BAD_MESSAGE_BODY |
static EnhancedStatus |
EnhancedStatus.INCORRECT_CONFIGURATION |
static EnhancedStatus |
EnhancedStatus.MAIL_SYSTEM_FULL |
static EnhancedStatus |
EnhancedStatus.PERMANENT_INTERNAL_ERROR |
static EnhancedStatus |
EnhancedStatus.PERMANENT_UNABLE_TO_ROUTE |
static EnhancedStatus |
EnhancedStatus.TRANSIENT_DIRECTORY_SERVER_FAILURE |
static EnhancedStatus |
EnhancedStatus.TRANSIENT_LOCAL_ERROR_IN_PROCESSING |
static EnhancedStatus |
EnhancedStatus.TRANSIENT_SYSTEM_NOT_ACCEPTING_NETWORK_MESSAGES |
Modifier and Type | Method and Description |
---|---|
EnhancedStatus |
SendException.errorStatus() |
EnhancedStatus |
RejectExceptionExt.getReply() |
EnhancedStatus |
SmtpReplyTemplate.toEnhancedStatus()
Converts this fully specified object to an SMTP enhanced status message.
|
Constructor and Description |
---|
RejectExceptionExt(EnhancedStatus reply) |
SendException(String message,
EnhancedStatus status) |
SendException(String message,
Throwable e,
EnhancedStatus status) |
SendException(Throwable e,
EnhancedStatus status) |
Modifier and Type | Method and Description |
---|---|
EnhancedStatus |
LocalMailSystemException.errorStatus() |
Constructor and Description |
---|
LocalMailSystemException(EnhancedStatus errorStatus)
Constructs a new exception where the message is coming from the
EnhancedStatus . |
LocalMailSystemException(String message,
EnhancedStatus errorStatus)
Constructs a new exception with the specified detail message.
|
LocalMailSystemException(Throwable cause,
EnhancedStatus errorStatus)
Constructs a new exception where the message is coming from the supplied
exception.
|
Modifier and Type | Field and Description |
---|---|
EnhancedStatus |
RecipientProblemReport.status |
Modifier and Type | Method and Description |
---|---|
EnhancedStatus |
PostponeException.getEnhancedStatus()
Returns the enhanced status which should be reported if no more
postponing is possible.
|
Constructor and Description |
---|
PostponeException(int recommendedDelay,
EnhancedStatus enhancedStatus,
String message)
Construct a new exception without a remote MTA, which must be set later.
|
Constructor and Description |
---|
MxLookupException(String message,
EnhancedStatus errorStatus) |
MxLookupException(Throwable cause,
EnhancedStatus errorStatus) |
Constructor and Description |
---|
QueueStorageException(EnhancedStatus errorStatus) |
QueueStorageException(String message,
EnhancedStatus errorStatus)
Constructs a new exception with the specified detail message.
|
QueueStorageException(Throwable e,
EnhancedStatus errorStatus) |