| Package | Description | 
|---|---|
| mireka.filter | 
 Contains the filter API; filters follow an SMTP transaction and may respond 
 to individual SMTP commands. 
 | 
| mireka.filterchain | 
 Contains classes for the configuration and instantiation of a filter chain. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected FilterChain | 
AbstractFilter.chain  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractFilter.setChain(FilterChain chain)  | 
void | 
DataRecipientFilterAdapter.setChain(FilterChain chain)  | 
void | 
Filter.setChain(FilterChain chain)
an implementation must store the supplied view to the next filter in the
 chain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FilterChain | 
FilterInstances.getHead()  |