gecko-dev/grendel/filters
1999-08-06 05:57:18 +00:00
..
DeleteFilterActionFactory.java Fixing to comply with MPL requirements: every contributor should be mentioned! 1999-03-07 01:30:52 +00:00
FilterBase.java
FilterFactory.java
FilterMaster.java
FilterRulesParser.java Fixing to comply with MPL requirements: every contributor should be mentioned! 1999-03-07 01:30:52 +00:00
FilterSyntaxException.java
IFilter.java
IFilterAction.java
IFilterActionFactory.java
IFilterTermFactory.java
Makefile
Makefile.in Added Makefile.in for the toplevel configure script to generate Makefile from. 1999-08-06 05:57:18 +00:00
MoveFilterActionFactory.java Fixing to comply with MPL requirements: every contributor should be mentioned! 1999-03-07 01:30:52 +00:00
README
SubjectTermFactory.java

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.