gecko-dev/grendel/filters
talisman%anamorphic.com f42f6c0b2c Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
..
Applet.java Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
Breeder.java Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
DeleteFilterActionFactory.java updated license boilerplate 1999-11-02 01:51:54 +00:00
Filter.java Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
FilterBase.java updated license boilerplate 1999-11-02 01:51:54 +00:00
FilterFactory.java updated license boilerplate 1999-11-02 01:51:54 +00:00
FilterMaster.java updated license boilerplate 1999-11-02 01:51:54 +00:00
FilterRulesParser.java updated license boilerplate 1999-11-02 01:51:54 +00:00
FilterSyntaxException.java updated license boilerplate 1999-11-02 01:51:54 +00:00
IFilter.java updated license boilerplate 1999-11-02 01:51:54 +00:00
IFilterAction.java updated license boilerplate 1999-11-02 01:51:54 +00:00
IFilterActionFactory.java updated license boilerplate 1999-11-02 01:51:54 +00:00
IFilterTermFactory.java updated license boilerplate 1999-11-02 01:51:54 +00:00
Makefile updated license boilerplate 1999-11-02 01:51:54 +00:00
Makefile.in updated license boilerplate 1999-11-02 01:51:54 +00:00
MoveFilterActionFactory.java updated license boilerplate 1999-11-02 01:51:54 +00:00
Mutator.java Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
README
SubjectTermFactory.java updated license boilerplate 1999-11-02 01:51:54 +00:00

README

This is Grendel -- a Java mail/news client.

The grendel.view package is what gathers together the messages in a
Folder, calculates a sorting/threading order on them, and allows for a
UI to present them.

Much of the UI work is in the "thread list" -- a scrollable list of
messages, possibly organized in a threaded tree, which the user can
scroll through and select and drag and manipulate.  Most of the smarts
of the "thread list" are really implemented here in the grendel.view
package.

See http://www.mozilla.org/projects/grendel/ for more info.