gecko-dev/grendel/storage
1999-02-25 16:48:33 +00:00
..
addressparser
intertwingle
selftestdata
BerkeleyFolder.java
BerkeleyMessage.java
BerkeleyStore.java
ByteString.java
ByteStringTable.java
Constants.java
DotTerminatedInputStream.java
FilterFolder.java
FilterFolderFactory.java
FolderBase.java
FolderExtra.java
FolderExtraFactory.java
folderstats.el
MailDrop.java
MailDropException.java
MailSummaryFile.java
MailSummaryFileCheddar.java
MailSummaryFileFactory.java
MailSummaryFileGrendel.java
Makefile Backed out again as we are going to move stuff a few levels higher so we don't have to mess around with the classpath. 1999-02-24 21:07:00 +00:00
MasterBase.java
MessageBase.java
MessageExtra.java
MessageExtraFactory.java
MessageExtraWrapper.java Needed to get news working. 1999-02-25 14:08:14 +00:00
MessageID.java
MessageIDTable.java
MessageReadOnly.java
NewsFolder.java
NewsFolderRoot.java
NewsMessage.java
NewsRC.java
NewsRCLine.java
NewsSet.java
NewsStore.java Now that was a nasty bug. The Javamail API changed. Hmm... now we have two working news stores and maybe even two working POP3 stores. 1999-02-25 16:14:45 +00:00
NNTPConnection.java
NNTPException.java
Obarray.java
PackedIntArray.java
ParseBerkeleyFolder.java
ParseBerkeleyFolderAndExpunge.java
ParseBerkeleyFolderWithSummary.java
PartialFileInputStream.java
PopFolder.java
PopMailDrop.java
PopMessage.java
PopStore.java Fixed another nasty bug. Possibly also because the JavaMail API changed to first call protocolConnect with a null password and if that fails to lookup the password and call protocolConnect again. 1999-02-25 16:48:33 +00:00
README
SearchResultsFolderFactory.java
SelfTest.java
TestBerkeley.java
UnixDotLock.java

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.