Class Summary |
AddressStringKey |
This abstract class implements search-criteria for Message addresses. |
AllKey |
All messages in the mailbox; the default initial key for ANDing. |
AndKey |
This class implements the logical AND operator on individual SearchKeys. |
ComparisonKey |
This class models the comparison operator. |
CompositeKey |
|
DateKey |
This class implements search-criteria for Dates. |
FlagKey |
This class implements search-criteria for Message Flag. |
FromStringKey |
This class implements search-criteria for the From Address header. |
HeaderKey |
This class implements search-criteria for Message headers. |
IntegerComparisonKey |
This class implements search-criteria for integers. |
InternalDateKey |
This class implements search-criteria for Message InternalDate. |
KeywordKey |
This class implements search-criteria for Message Keyword (User Flag). |
NotKey |
This class implements the logical NEGATION operator. |
OrKey |
This class implements the logical OR operator on individual SearchKeys. |
RecipientStringKey |
This class implements search-criteria for the Recipient Address header. |
SearchKey |
Search criteria are expressed as a tree of search-keys, forming a parse-tree
for the search expression. |
SearchKeyList |
This class implements a composite SearchKey composed with multiple
SearchKeys. |
SentDateKey |
This class implements search-criteria for the Message SentDate. |
SequenceKey |
This class implements search-criteria for the message sequence numbers. |
SizeKey |
This class implements search-criteria for Message sizes. |
SortKey |
|
StringKey |
This class implements search-criteria for Strings. |
SubjectKey |
This class implements search-criteria for the Message Subject header. |
TextKey |
This class implements search-criteria for the Message Header or Contents
text. |