See: Description
| Interface | Description |
|---|---|
| DataRecipientFilter |
a simpler alternative to
Filter. |
| 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 | Description |
|---|---|
| AbstractDataRecipientFilter | |
| AbstractFilter | |
| DataRecipientFilterAdapter |
Adapts a
DataRecipientFilter to the Filter interface |
| RecipientContext |
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 | Description |
|---|---|
| FilterReply |