Uses of Interface
mireka.destination.SessionDestination
-
Packages that use SessionDestination Package Description 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.proxy Provides a filter which relays a mail transaction step by step to a backend server in "real time".mireka.forward Provides support for address expansion for multiple delivery. -
-
Uses of SessionDestination in mireka.destination
Classes in mireka.destination that implement SessionDestination Modifier and Type Class Description classUnknownRecipientDestinationUnknownRecipientDestination is a special destination which rejects the recipient in theSession.recipient(RecipientContext)phase. -
Uses of SessionDestination in mireka.filter.proxy
Classes in mireka.filter.proxy that implement SessionDestination Modifier and Type Class Description classRelayDestinationRelayDestination relays each step of the mail transaction in "realtime" to a gateway. -
Uses of SessionDestination in mireka.forward
Classes in mireka.forward that implement SessionDestination Modifier and Type Class Description classSrsDestinationAn SrsDestination assigned to a recipient indicates that the mail must be forwarded to a remote address, which is specified in the Sender Rewriting Scheme (SRS) compatible local part of the recipient address.
-