Package mireka.filter
Contains the filter API; filters follow an SMTP transaction and may respond
to individual SMTP commands.
-
Interface Summary Interface Description DataRecipientFilter a simpler alternative toFilter.Filter Implementing classes are active parts of a filter chain.FilterBase A filter processes mails, its functions are called in the different phases of the SMTP mail transaction.FilterChain FilterType MailTransaction It follows an incoming mail transaction, it makes data available as the transaction - which consists of several steps - progresses. -
Class Summary Class Description AbstractDataRecipientFilter AbstractFilter DataRecipientFilterAdapter Adapts aDataRecipientFilterto theFilterinterfaceRecipientContext RecipientContext collects information about a specific recipient during the mail transaction.StatelessFilterType Note: implementing classes must be thread safe, because they can be used by multiple connections at the same time. -
Enum Summary Enum Description FilterReply