gecko-dev/grendel/storage
edwin%woudt.nl 3210db3e51 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
..
addressparser vivat grendel! 1998-09-09 00:52:38 +00:00
intertwingle vivat grendel! 1998-09-09 00:52:38 +00:00
selftestdata vivat grendel! 1998-09-09 00:52:38 +00:00
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 vivat grendel! 1998-09-09 00:52:38 +00:00
BerkeleyStore.java vivat grendel! 1998-09-09 00:52:38 +00:00
ByteString.java vivat grendel! 1998-09-09 00:52:38 +00:00
ByteStringTable.java vivat grendel! 1998-09-09 00:52:38 +00:00
DotTerminatedInputStream.java vivat grendel! 1998-09-09 00:52:38 +00:00
FilterFolder.java vivat grendel! 1998-09-09 00:52:38 +00:00
FilterFolderFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00
FolderBase.java vivat grendel! 1998-09-09 00:52:38 +00:00
FolderExtra.java vivat grendel! 1998-09-09 00:52:38 +00:00
FolderExtraFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00
MailDrop.java vivat grendel! 1998-09-09 00:52:38 +00:00
MailDropException.java vivat grendel! 1998-09-09 00:52:38 +00:00
MailSummaryFile.java vivat grendel! 1998-09-09 00:52:38 +00:00
MailSummaryFileCheddar.java vivat grendel! 1998-09-09 00:52:38 +00:00
MailSummaryFileFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00
MailSummaryFileGrendel.java vivat grendel! 1998-09-09 00:52:38 +00:00
Makefile 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
MasterBase.java vivat grendel! 1998-09-09 00:52:38 +00:00
MessageBase.java vivat grendel! 1998-09-09 00:52:38 +00:00
MessageExtra.java vivat grendel! 1998-09-09 00:52:38 +00:00
MessageExtraFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00
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 vivat grendel! 1998-09-09 00:52:38 +00:00
MessageIDTable.java vivat grendel! 1998-09-09 00:52:38 +00:00
MessageReadOnly.java vivat grendel! 1998-09-09 00:52:38 +00:00
NNTPConnection.java Patches to make sure everything is correctly typed and good. 1999-02-11 11:07:55 +00:00
NNTPException.java vivat grendel! 1998-09-09 00:52:38 +00:00
NewsFolder.java vivat grendel! 1998-09-09 00:52:38 +00:00
NewsFolderRoot.java vivat grendel! 1998-09-09 00:52:38 +00:00
NewsMessage.java vivat grendel! 1998-09-09 00:52:38 +00:00
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 vivat grendel! 1998-09-09 00:52:38 +00:00
NewsSet.java vivat grendel! 1998-09-09 00:52:38 +00:00
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 vivat grendel! 1998-09-09 00:52:38 +00:00
PackedIntArray.java vivat grendel! 1998-09-09 00:52:38 +00:00
ParseBerkeleyFolder.java vivat grendel! 1998-09-09 00:52:38 +00:00
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 vivat grendel! 1998-09-09 00:52:38 +00:00
PartialFileInputStream.java vivat grendel! 1998-09-09 00:52:38 +00:00
PopFolder.java vivat grendel! 1998-09-09 00:52:38 +00:00
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 vivat grendel! 1998-09-09 00:52:38 +00:00
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 vivat grendel! 1998-09-09 00:52:38 +00:00
SearchResultsFolderFactory.java vivat grendel! 1998-09-09 00:52:38 +00:00
SelfTest.java vivat grendel! 1998-09-09 00:52:38 +00:00
TestBerkeley.java vivat grendel! 1998-09-09 00:52:38 +00:00
UnixDotLock.java vivat grendel! 1998-09-09 00:52:38 +00:00
folderstats.el vivat grendel! 1998-09-09 00:52:38 +00:00

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.