![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.MailSummaryFileCheddarjava.lang.Object | +----grendel.storage.MailSummaryFile | +----grendel.storage.MailSummaryFileCheddar This class knows how to read a Netscape 2.0 / 3.0 mail summary file. It does not know how to write them, because our new internal representation of messages doesn't keep around enough information to regenerate the file compatibly (doing so would consume a lot more memory.)
class MailSummaryFileCheddar
extends grendel.storage.MailSummaryFile
{
// Constructors 1
MailSummaryFileCheddar(BerkeleyFolder);
// Methods 3
protected synchronized void getMessageCounts();
synchronized long readSummaryFile(InputStream) throws IOException;
protected void salvageMessage(BerkeleyMessage, Object);
}
Constructors MailSummaryFileCheddarMailSummaryFileCheddar(BerkeleyFolder folder) Methods readSummaryFilesynchronized long readSummaryFile(InputStream sum) throws IOException
salvageMessageprotected void salvageMessage(BerkeleyMessage m, Object salvage_object)
getMessageCountsprotected synchronized void getMessageCounts()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|