Package | Description |
---|---|
mireka.smtp.client | |
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.
|
Modifier and Type | Method and Description |
---|---|
MtaAddress |
SmtpClient.getMtaAddress() |
Modifier and Type | Method and Description |
---|---|
void |
SmtpClient.setMtaAddress(MtaAddress mtaAddress) |
Modifier and Type | Field and Description |
---|---|
MtaAddress |
RecipientProblemReport.remoteMta |
Modifier and Type | Method and Description |
---|---|
MtaAddress |
PostponeException.getRemoteMta()
Returns the remote MTA for which the connection must be postponed.
|
MtaAddress |
RemoteMtaErrorResponseException.remoteMta() |
Modifier and Type | Method and Description |
---|---|
void |
PostponeException.setRemoteMta(MtaAddress remoteMta)
Sets the remote MTA which will be returned by
PostponeException.getRemoteMta() |
Constructor and Description |
---|
RemoteMtaErrorResponseException(org.subethamail.smtp.client.SMTPException e,
MtaAddress remoteMta) |