|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MessageManager.MetaData
Meta data about the current state of the mailbox.
| Nested Class Summary | |
|---|---|
static class |
MessageManager.MetaData.FetchGroup
Describes the optional data types. |
| Method Summary | |
|---|---|
long |
countRecent()
Gets the number of recent messages. |
java.lang.Long |
getFirstUnseen()
Gets the UID of the first unseen message. |
long |
getMessageCount()
Gets the number of messages that this mailbox contains. |
javax.mail.Flags |
getPermanentFlags()
Gets the flags which can be stored by this mailbox. |
java.util.List<java.lang.Long> |
getRecent()
Gets the UIDs of recent messages. |
long |
getUidNext()
Gets the next UID predicted. |
long |
getUidValidity()
Gets the UIDVALIDITY. |
long |
getUnseenCount()
Gets the number of unseen messages contained in this mailbox. |
boolean |
isWriteable()
Is this mailbox writable? |
| Method Detail |
|---|
java.util.List<java.lang.Long> getRecent()
long countRecent()
javax.mail.Flags getPermanentFlags()
long getUidValidity()
long getUidNext()
mailboxSession - not null
long getMessageCount()
long getUnseenCount()
MessageManager.MetaData.FetchGroup.UNSEEN_COUNTjava.lang.Long getFirstUnseen()
MessageManager.MetaData.FetchGroup.FIRST_UNSEENboolean isWriteable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||