gecko-dev/grendel/storage
talisman%anamorphic.com 310d461115 Added Makefile.in for the toplevel configure script to generate Makefile from. 1999-08-06 06:10:15 +00:00
..
addressparser Added Makefile.in for the toplevel configure script to generate Makefile from. 1999-08-06 06:10:15 +00:00
intertwingle Added Makefile.in for the toplevel configure script to generate Makefile from. 1999-08-06 06:10:15 +00:00
mdb Initial specs for MDB from Mauro Botelho <mabotelh@bellsouth.net> 1999-04-28 06:10:26 +00:00
selftestdata
BerkeleyFolder.java Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
BerkeleyMessage.java Changes by Will Scullin to get context menus and message copying/moving working. 1999-04-01 22:45:36 +00:00
BerkeleyStore.java New prefs landing 1999-06-15 11:44:40 +00:00
ByteString.java
ByteStringTable.java
DotTerminatedInputStream.java
FilterFolder.java
FilterFolderFactory.java
FolderBase.java
FolderExtra.java
FolderExtraFactory.java
MailDrop.java
MailDropException.java
MailSummaryFile.java
MailSummaryFileCheddar.java
MailSummaryFileFactory.java
MailSummaryFileGrendel.java
Makefile New prefs landing 1999-06-15 11:44:40 +00:00
Makefile.in Added Makefile.in for the toplevel configure script to generate Makefile from. 1999-08-06 06:10:15 +00:00
MasterBase.java
MessageBase.java
MessageExtra.java
MessageExtraFactory.java
MessageExtraWrapper.java Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
MessageID.java
MessageIDTable.java
MessageReadOnly.java
NNTPConnection.java
NNTPException.java
NewsFolder.java
NewsFolderRoot.java
NewsMessage.java
NewsRC.java Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
NewsRCLine.java
NewsSet.java
NewsStore.java Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
Obarray.java
PackedIntArray.java
ParseBerkeleyFolder.java
ParseBerkeleyFolderAndExpunge.java Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
ParseBerkeleyFolderWithSummary.java
PartialFileInputStream.java
PopFolder.java
PopMailDrop.java Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
PopMessage.java
PopStore.java Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
README
SearchResultsFolderFactory.java
SelfTest.java
TestBerkeley.java
UnixDotLock.java
folderstats.el

README

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

The grendel.storage package is is where we implement most (all?) of the
javamail API.  Private to this package are any details about particular
protocol implementations.  All the differences between NNTP, IMAP, POP,
etc. are packaged away in here and hidden.  This also implements the RCFdata
interfaces; that is, this is the stuff that supports RDF queries.

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