gecko-dev/grendel/filters
1999-02-20 02:13:18 +00:00
..
DeleteFilterActionFactory.java Old references to Orion, etc. ripped now. Replacements dropped it. It 1999-01-09 03:55:32 +00:00
FilterBase.java vivat grendel! 1998-09-09 00:52:38 +00:00
FilterFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00
FilterMaster.java vivat grendel! 1998-09-09 00:52:38 +00:00
FilterRulesParser.java Patch from Edwin Woudt to start transition to Java 2 as well as 1999-02-07 03:37:37 +00:00
FilterSyntaxException.java vivat grendel! 1998-09-09 00:52:38 +00:00
IFilter.java vivat grendel! 1998-09-09 00:52:38 +00:00
IFilterAction.java vivat grendel! 1998-09-09 00:52:38 +00:00
IFilterActionFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00
IFilterTermFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00
Makefile vivat grendel! 1998-09-09 00:52:38 +00:00
MoveFilterActionFactory.java Sanity (jikes falls over these) 1999-02-20 02:13:18 +00:00
README vivat grendel! 1998-09-09 00:52:38 +00:00
SubjectTermFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00

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.