Package SK.gnome.dwarf.mail.store.search

Provides generic mail searching classes.

See:
          Description

Class Summary
AllKey This key matches all messages.
AndKey This key groups other keys with the logical AND operator.
DateHeaderKey This key matches the given date/time and the "Date" message header value.
DateKey This key matches the given date/time and the message's date/time.
FlagKey This key matches the given flag and the actual message flag.
HeaderKey This key matches the given header and the actual message header value.
InternalDateKey This key matches the given date/time and the internal message date/time.
NoneKey This key matches no messages.
NotKey This key modifies the value returned by the given key to its logical opposit.
OrKey This key groups other keys with the logical OR operator.
SearchKey Provides a generic search key.
SearchKeyList This key groups other keys together.
SequenceKey This key matches the given sequence set and the actual message number or UID.
SequenceSet This class represents a set of message number sequences.
SizeKey This key matches the given size and the actual message size.
TextKey This key matches the given text and the actual message content.
 

Package SK.gnome.dwarf.mail.store.search Description

Provides generic mail searching classes.



Copyright (c) 2004-2005, Gnome Ltd. All rights reserved.