Package | Description |
---|---|
mireka.address |
Classes representing recipient addresses passed in mail envelopes.
|
mireka.destination |
Contains Destination core classes; destinations represents the different ways
of delivering a mail received in an incoming mail transaction, e.g. putting
the mail into a POP3 maildrop or transmitting it to a remote domain.
|
mireka.filter |
Contains the filter API; filters follow an SMTP transaction and may respond
to individual SMTP commands.
|
mireka.forward |
Provides support for address expansion for multiple delivery.
|
mireka.transmission |
Provides the reliable transmission service API and the corresponding
TransmitterDestination destination. |
Modifier and Type | Class and Description |
---|---|
class |
NullReversePath
NullReversePath corresponds to the empty adress in the SMTP MAIL command.
|
class |
RealReversePath
RealReversePath is a non-null reverse path, supplied in the SMTP MAIL
command.
|
Modifier and Type | Method and Description |
---|---|
ReversePath |
MailAddressFactory.createReversePath(String reversePathString) |
ReversePath |
MailAddressFactory.createReversePathAlreadyVerified(String reversePathString) |
Modifier and Type | Method and Description |
---|---|
Recipient |
MailAddressFactory.reversePath2Recipient(ReversePath reversePath) |
Modifier and Type | Method and Description |
---|---|
void |
Session.from(ReversePath from)
Processes the reverse path.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataRecipientFilter.from(ReversePath from) |
void |
AbstractFilter.from(ReversePath from) |
void |
DataRecipientFilterAdapter.from(ReversePath from) |
void |
FilterBase.from(ReversePath from) |
void |
FilterChain.from(ReversePath from) |
void |
StatelessFilterType.from(ReversePath from) |
Modifier and Type | Method and Description |
---|---|
ReversePath |
Srs.forward(ReversePath reversePath,
Recipient originalRecipient)
Returns a reverse path which can be used in the forwarded mail.
|
Modifier and Type | Method and Description |
---|---|
ReversePath |
Srs.forward(ReversePath reversePath,
Recipient originalRecipient)
Returns a reverse path which can be used in the forwarded mail.
|
Modifier and Type | Field and Description |
---|---|
ReversePath |
Mail.from |