|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jsieve.commands.AbstractCommand
org.apache.jsieve.commands.AbstractBodyCommand
org.apache.jsieve.commands.AbstractActionCommand
org.apache.jsieve.commands.Discard
public class Discard
Class Discard implements the Discard Command as defined in RFC 3028, section 4.5.
| Constructor Summary | |
|---|---|
Discard()
Constructor for Discard. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
executeBasic(MailAdapter mail,
Arguments arguments,
Block block,
SieveContext context)
Discard silently discards a Mail by cancelling the implicit keep as specified in RFC 3028, Section 4.5. |
| Methods inherited from class org.apache.jsieve.commands.AbstractActionCommand |
|---|
updateState, validateSingleStringArguments, validateState |
| Methods inherited from class org.apache.jsieve.commands.AbstractCommand |
|---|
execute, validateArguments, validateBlock |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Discard()
| Method Detail |
|---|
protected java.lang.Object executeBasic(MailAdapter mail,
Arguments arguments,
Block block,
SieveContext context)
throws SieveException
Discard silently discards a Mail by cancelling the implicit keep as specified in RFC 3028, Section 4.5.
executeBasic in class AbstractCommandcontext - SieveContext giving contextual information, not
null
SieveException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||