![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.PopMessagejava.lang.Object | +----javax.mail.Message | +----grendel.storage.MessageReadOnly | +----grendel.storage.PopMessage
class PopMessage
extends grendel.storage.MessageReadOnly
implements grendel.storage.MessageExtra
{
// Fields 7
boolean deleted;
boolean deletedValid;
MessageExtraWrapper extra;
InternetHeaders headers;
boolean recent;
boolean recentValid;
String uidl;
// Constructors 1
PopMessage(PopFolder, int);
// Methods 36
public String getAuthor() throws MessagingException;
public Object getContent();
public DataHandler getDataHandler();
protected MessageExtra getExtra();
public Flags getFlags() throws MessagingException;
protected InternetHeaders getHeadersObj() throws MessagingException;
public InputStream getInputStreamWithHeaders() throws MessagingException;
public int getLineCount() throws MessagingException;
public Object getMessageID() throws MessagingException;
public Date getReceivedDate() throws MessagingException;
public String getRecipient() throws MessagingException;
public int getSize() throws MessagingException;
protected String getStateValue() throws MessagingException;
public String getUidl() throws MessagingException;
public boolean isDeleted() throws MessagingException;
public boolean isFlagged();
public boolean isForwarded();
public boolean isRead();
public boolean isRecent() throws MessagingException;
public boolean isReplied();
public boolean isSet(Flag) throws MessagingException;
protected void loadFlags();
public Object[] messageThreadReferences() throws MessagingException;
public void saveChanges() throws MessagingException;
public void setDeleted(boolean);
public void setFlagged(boolean);
public void setFlags(Flags, boolean) throws MessagingException;
public void setForwarded(boolean);
public void setIsRead(boolean);
public void setRecent(boolean);
public void setReplied(boolean);
public synchronized void setUidl(String);
public String simplifiedDate() throws MessagingException;
public String simplifiedSubject() throws MessagingException;
public boolean subjectIsReply() throws MessagingException;
public void writeTo(OutputStream) throws MessagingException;
}
Fields headersInternetHeaders headers uidlString uidl deletedValidboolean deletedValid deletedboolean deleted recentValidboolean recentValid recentboolean recent extraMessageExtraWrapper extra
Constructors PopMessagePopMessage(PopFolder f, int num) Methods getHeadersObjprotected InternetHeaders getHeadersObj() throws MessagingException
getExtraprotected MessageExtra getExtra() getReceivedDatepublic Date getReceivedDate() throws MessagingException
getFlagspublic Flags getFlags() throws MessagingException isSetpublic boolean isSet(Flag flag) throws MessagingException setFlagspublic void setFlags(Flags flags, boolean flag) throws MessagingException writeTopublic void writeTo(OutputStream outputStream) throws MessagingException saveChangespublic void saveChanges() throws MessagingException
getSizepublic int getSize() throws MessagingException getLineCountpublic int getLineCount() throws MessagingException
getInputStreamWithHeaderspublic InputStream getInputStreamWithHeaders() throws MessagingException
getDataHandlerpublic DataHandler getDataHandler()
getContentpublic Object getContent()
getAuthorpublic String getAuthor() throws MessagingException
getRecipientpublic String getRecipient() throws MessagingException
simplifiedSubjectpublic String simplifiedSubject() throws MessagingException
subjectIsReplypublic boolean subjectIsReply() throws MessagingException
simplifiedDatepublic String simplifiedDate() throws MessagingException
getMessageIDpublic Object getMessageID() throws MessagingException
messageThreadReferencespublic Object[] messageThreadReferences() throws MessagingException
loadFlagsprotected void loadFlags() isReadpublic boolean isRead()
setIsReadpublic void setIsRead(boolean value)
isRepliedpublic boolean isReplied()
setRepliedpublic void setReplied(boolean value)
isForwardedpublic boolean isForwarded()
setForwardedpublic void setForwarded(boolean value)
isFlaggedpublic boolean isFlagged()
setFlaggedpublic void setFlagged(boolean value)
isDeletedpublic boolean isDeleted() throws MessagingException
setDeletedpublic void setDeleted(boolean value)
isRecentpublic boolean isRecent() throws MessagingException setRecentpublic void setRecent(boolean value) getStateValueprotected String getStateValue() throws MessagingException getUidlpublic String getUidl() throws MessagingException setUidlpublic synchronized void setUidl(String u) 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. |
|