Uses of Interface
mireka.address.ReversePath
-
Packages that use ReversePath 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 correspondingTransmitterDestinationdestination. -
-
Uses of ReversePath in mireka.address
Classes in mireka.address that implement ReversePath Modifier and Type Class Description classNullReversePathNullReversePath corresponds to the empty adress in the SMTP MAIL command.classRealReversePathRealReversePath is a non-null reverse path, supplied in the SMTP MAIL command.Methods in mireka.address that return ReversePath Modifier and Type Method Description ReversePathMailAddressFactory. createReversePath(String reversePathString)ReversePathMailAddressFactory. createReversePathAlreadyVerified(String reversePathString)Methods in mireka.address with parameters of type ReversePath Modifier and Type Method Description RecipientMailAddressFactory. reversePath2Recipient(ReversePath reversePath) -
Uses of ReversePath in mireka.destination
Methods in mireka.destination with parameters of type ReversePath Modifier and Type Method Description voidSession. from(ReversePath from)Processes the reverse path. -
Uses of ReversePath in mireka.filter
Methods in mireka.filter with parameters of type ReversePath Modifier and Type Method Description voidAbstractDataRecipientFilter. from(ReversePath from)voidAbstractFilter. from(ReversePath from)voidDataRecipientFilterAdapter. from(ReversePath from)voidFilterBase. from(ReversePath from)voidFilterChain. from(ReversePath from)voidStatelessFilterType. from(ReversePath from) -
Uses of ReversePath in mireka.forward
Methods in mireka.forward that return ReversePath Modifier and Type Method Description ReversePathSrs. forward(ReversePath reversePath, Recipient originalRecipient)Returns a reverse path which can be used in the forwarded mail.Methods in mireka.forward with parameters of type ReversePath Modifier and Type Method Description ReversePathSrs. forward(ReversePath reversePath, Recipient originalRecipient)Returns a reverse path which can be used in the forwarded mail. -
Uses of ReversePath in mireka.transmission
Fields in mireka.transmission declared as ReversePath Modifier and Type Field Description ReversePathMail. from
-