![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.BerkeleyMessagejava.lang.Object | +----javax.mail.Message | +----grendel.storage.MessageReadOnly | +----grendel.storage.MessageBase | +----grendel.storage.BerkeleyMessage
class BerkeleyMessage
extends grendel.storage.MessageBase
{
// Fields 12
protected static final int X_MOZILLA_FLAG_DELETED;
protected static final int X_MOZILLA_FLAG_FORWARDED;
protected static final int X_MOZILLA_FLAG_HAS_RE;
protected static final int X_MOZILLA_FLAG_MARKED;
protected static final int X_MOZILLA_FLAG_PARTIAL;
protected static final int X_MOZILLA_FLAG_PRIORITY;
protected static final int X_MOZILLA_FLAG_QUEUED;
protected static final int X_MOZILLA_FLAG_READ;
protected static final int X_MOZILLA_FLAG_REPLIED;
protected static final int X_MOZILLA_FLAG_SMTP_AUTH;
int fIndex;
int fLength;
// Constructors 3
BerkeleyMessage(BerkeleyFolder, InternetHeaders);
BerkeleyMessage(BerkeleyFolder, long, long, ByteBuf, ByteBuf, ByteBuf, ByteBuf, ByteBuf[]);
BerkeleyMessage(BerkeleyFolder, long, long, ByteBuf, ByteBuf, ByteBuf, MessageID, MessageID[]);
// Methods 12
public InputStream getInputStreamWithHeaders() throws MessagingException;
public int getLineCount();
public int getSize();
int getStorageFolderIndex();
static long internalFlagsToMozillaFlags(long);
static long makeMozillaFlags(Message);
static long mozillaFlagsToInternalFlags(long);
protected void parseMozillaStatus(InternetHeaders);
protected void setFlagBit(long, boolean);
void setSize(int);
void setStorageFolderIndex(int);
public void writeTo(OutputStream);
}
Fields fIndexint fIndex fLengthint fLength X_MOZILLA_FLAG_READprotected static final int X_MOZILLA_FLAG_READ X_MOZILLA_FLAG_REPLIEDprotected static final int X_MOZILLA_FLAG_REPLIED X_MOZILLA_FLAG_MARKEDprotected static final int X_MOZILLA_FLAG_MARKED X_MOZILLA_FLAG_DELETEDprotected static final int X_MOZILLA_FLAG_DELETED X_MOZILLA_FLAG_HAS_REprotected static final int X_MOZILLA_FLAG_HAS_RE X_MOZILLA_FLAG_SMTP_AUTHprotected static final int X_MOZILLA_FLAG_SMTP_AUTH X_MOZILLA_FLAG_PARTIALprotected static final int X_MOZILLA_FLAG_PARTIAL X_MOZILLA_FLAG_QUEUEDprotected static final int X_MOZILLA_FLAG_QUEUED X_MOZILLA_FLAG_FORWARDEDprotected static final int X_MOZILLA_FLAG_FORWARDED X_MOZILLA_FLAG_PRIORITYprotected static final int X_MOZILLA_FLAG_PRIORITY
Constructors BerkeleyMessageBerkeleyMessage(BerkeleyFolder f, InternetHeaders h) BerkeleyMessageBerkeleyMessage(BerkeleyFolder f, long date, long flags, ByteBuf author, ByteBuf recipient, ByteBuf subj, ByteBuf id, ByteBuf[] refs) BerkeleyMessageBerkeleyMessage(BerkeleyFolder f, long date, long flags, ByteBuf author, ByteBuf recipient, ByteBuf subj, MessageID id, MessageID[] refs) Methods parseMozillaStatusprotected void parseMozillaStatus(InternetHeaders h) mozillaFlagsToInternalFlagsstatic long mozillaFlagsToInternalFlags(long x_mozilla_status)
internalFlagsToMozillaFlagsstatic long internalFlagsToMozillaFlags(long internal_flags)
makeMozillaFlagsstatic long makeMozillaFlags(Message m)
setSizevoid setSize(int l) getSizepublic int getSize() setStorageFolderIndexvoid setStorageFolderIndex(int p) getStorageFolderIndexint getStorageFolderIndex() getInputStreamWithHeaderspublic InputStream getInputStreamWithHeaders() throws MessagingException
setFlagBit
protected void setFlagBit(long flag,
boolean value)
writeTopublic void writeTo(OutputStream aStream) getLineCountpublic int getLineCount()
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. |
|