|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.email.proxy.mailbox.MsgFilter
public abstract class MsgFilter
Field Summary | |
---|---|
static MsgFilter |
ALL
|
static MsgFilter |
DELETED
|
static MsgFilter |
RECENT
|
static MsgFilter |
SEEN
|
Constructor Summary | |
---|---|
MsgFilter()
|
Method Summary | |
---|---|
abstract boolean |
includes(StoredMessage msg)
|
static MsgFilter |
NOT(MsgFilter filter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MsgFilter ALL
public static final MsgFilter RECENT
public static final MsgFilter DELETED
public static final MsgFilter SEEN
Constructor Detail |
---|
public MsgFilter()
Method Detail |
---|
public abstract boolean includes(StoredMessage msg)
public static final MsgFilter NOT(MsgFilter filter)
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |