|
Class Summary |
| AbstractActionCommand |
Abstract class AbstractActionCommand defines the common state validation and
state update behavior for Action Commands as per RFC 3028, section 8. |
| AbstractBodyCommand |
Abstract class AbstractBodyCommand defines the common state update behavior
for Body Commands. |
| AbstractCommand |
Abstract class AbstractCommand defines a framework of common behavior for
Sieve Commands. |
| AbstractConditionalCommand |
Abstract class AbstractConditionalCommand defines a framework of common
behavior for conditional Commands (if, elsif, else). |
| AbstractControlCommand |
Abstract class AbstractControlCommand defines a framework of common behavior
for control Commands as defined in RFC 3028, section 3. |
| AbstractPrologCommand |
Abstract class AbstractPrologCommand defines the common state validation
behavior for Prolog Commands. |
| Discard |
Class Discard implements the Discard Command as defined in RFC 3028, section
4.5. |
| Else |
Class Else implements the Else Command as defined in RFC 3028, section 3.1. |
| Elsif |
Class Elsif implements the Elsif Command as defined in RFC 3028, section 3.1. |
| If |
Class If implements the If Command as defined in RFC 3028, section 3.1. |
| Keep |
Class Keep implements the Keep Command as defined in RFC 3028, section 4.4. |
| Redirect |
Class Redirect implements the Redirect Command as defined in RFC 3028,
section 4.3. |
| Require |
Class Require implements the Require Command as defined in RFC 3028, section
3.2. |
| Stop |
Class Stop implements the Stop Command as defined in RFC 3028, section 3.3. |