![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.PopFolderjava.lang.Object | +----javax.mail.Folder | +----grendel.storage.PopFolder
class PopFolder
extends javax.mail.Folder
implements grendel.storage.FolderExtra
{
// Fields 5
public static final String DELETED;
public static final String KEEP;
Hashtable leave;
PopMessage[] msgs;
protected static Flags permflags;
// Constructors 1
PopFolder(PopStore);
// Methods 23
public void appendMessages(Message[]) throws MessagingException;
public void close(boolean) throws MessagingException;
public boolean create(int);
public boolean delete(boolean) throws MessagingException;
public boolean exists();
public Message[] expunge();
public Folder getFolder(String) throws MessagingException;
public String getFullName();
public Message getMessage(int) throws MessagingException;
public int getMessageCount() throws MessagingException;
public String getName();
public Folder getParent();
public Flags getPermanentFlags();
public char getSeparator();
String getStateValueForMessage(PopMessage) throws MessagingException;
public int getType();
public int getUndeletedMessageCount() throws MessagingException;
public boolean hasNewMessages();
public boolean isOpen();
public Folder[] list(String);
public void open(int) throws MessagingException;
public boolean renameTo(Folder) throws MessagingException;
public void setUidlForMessage(PopMessage) throws MessagingException;
}
Fields DELETEDpublic static final String DELETED KEEPpublic static final String KEEP leaveHashtable leave msgsPopMessage[] msgs permflagsprotected static Flags permflags
Constructors PopFolderPopFolder(PopStore store) Methods getNamepublic String getName() getFullNamepublic String getFullName()
getParentpublic Folder getParent() existspublic boolean exists() listpublic Folder[] list(String string) getSeparatorpublic char getSeparator()
getTypepublic int getType() createpublic boolean create(int i) hasNewMessagespublic boolean hasNewMessages()
getFolderpublic Folder getFolder(String string) throws MessagingException deletepublic boolean delete(boolean flag) throws MessagingException renameTopublic boolean renameTo(Folder folder) throws MessagingException openpublic void open(int mode) throws MessagingException closepublic void close(boolean expunge) throws MessagingException setUidlForMessagepublic void setUidlForMessage(PopMessage m) throws MessagingException isOpenpublic boolean isOpen() getPermanentFlagspublic Flags getPermanentFlags()
getMessageCountpublic int getMessageCount() throws MessagingException
getMessagepublic Message getMessage(int i) throws MessagingException
appendMessagespublic void appendMessages(Message[] amessage) throws MessagingException
expungepublic Message[] expunge() getUndeletedMessageCountpublic int getUndeletedMessageCount() throws MessagingException
getStateValueForMessageString getStateValueForMessage(PopMessage m) throws MessagingException All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|