|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jaugment2.mail.MailFilterParser.FilterRule
| Field Summary | |
private MailFilterParser.FilterAction[] |
action
|
private MailFilterParser.FilterSelector |
select
|
| Constructor Summary | |
MailFilterParser.FilterRule(MailFilterParser.FilterSelector select,
MailFilterParser.FilterAction[] action)
|
|
| Method Summary | |
boolean |
execute(javax.mail.Message msg,
MailSender.MessageHandle hmsg)
pass a message through the actions and return true if the message is still in that folder and false if it is deleted/ moved. |
boolean |
matches(javax.mail.Message msg,
MailSender.MessageHandle hmsg)
returns true if the selector matches on that message |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private MailFilterParser.FilterSelector select
private MailFilterParser.FilterAction[] action
| Constructor Detail |
public MailFilterParser.FilterRule(MailFilterParser.FilterSelector select,
MailFilterParser.FilterAction[] action)
| Method Detail |
public boolean matches(javax.mail.Message msg,
MailSender.MessageHandle hmsg)
public boolean execute(javax.mail.Message msg,
MailSender.MessageHandle hmsg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||