Package mireka.filter.local.table
Interface RecipientDestinationMapper
-
- All Known Implementing Classes:
AliasMapper,GlobalUsersMaildropDestinationMapper,ListMapper,LocalRecipientTable,PostmasterAliasMapper,RecipientDestinationPair,RecipientSpecificationDestinationPair,RecipientTable
public interface RecipientDestinationMapperRecipientDestinationMapper maps recipients to destinations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Destinationlookup(Recipient recipient)Returns the destination of mails sent to this user; or null if it does not know the recipient.
-
-
-
Method Detail
-
lookup
Destination lookup(Recipient recipient)
Returns the destination of mails sent to this user; or null if it does not know the recipient.
-
-