|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
ViewedFolder |
getFirstSubFolder()
Returns the first subfolder of this folder. |
javax.mail.Folder |
getFolder()
Returns the associated folder |
int |
getMessageCount()
Get cached message count data, since some protocols will hit the server for each call. |
java.lang.String |
getName()
Returns the name of the associated folder |
ViewedFolder |
getNextFolder()
Returns the next folder at this level. |
ViewedFolder |
getParentFolder()
Returns the parent folder. |
int |
getUndeletedMessageCount()
Get cached undeleted message count, since some protocols will hit the server for each call. |
int |
getUnreadMessageCount()
Get cached unread count, since some protocols will hit the server for each call. |
ViewedFolder |
getViewedFolder(javax.mail.Folder aFolder)
Returns the ViewedFolder associated with the given folder. |
ViewedStore |
getViewedStore()
Returns the associated session |
boolean |
isInbox()
Returns whether this is an inbox or not |
Method Detail |
public javax.mail.Folder getFolder()
public java.lang.String getName()
public ViewedFolder getViewedFolder(javax.mail.Folder aFolder) throws javax.mail.MessagingException
public int getMessageCount()
public int getUnreadMessageCount()
public int getUndeletedMessageCount()
public ViewedFolder getNextFolder()
public ViewedFolder getFirstSubFolder()
public ViewedFolder getParentFolder()
public ViewedStore getViewedStore()
public boolean isInbox()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |