Uses of Interface
mireka.destination.Session
-
Packages that use Session 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 Session in mireka.destination
Methods in mireka.destination that return Session Modifier and Type Method Description SessionSessionDestination. createSession()Creates a session object which will be notified about all steps of an SMTP mail transaction.SessionUnknownRecipientDestination. createSession() -
Uses of Session in mireka.filter.proxy
Methods in mireka.filter.proxy that return Session Modifier and Type Method Description SessionRelayDestination. createSession() -
Uses of Session in mireka.forward
Methods in mireka.forward that return Session Modifier and Type Method Description SessionSrsDestination. createSession()
-