public class IMAPFolderInfo extends NativeObject
Constructor and Description |
---|
IMAPFolderInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowsNewPermanentFlags()
Returns whether adding custom flags to messages is allowed.
|
long |
firstUnseenUid()
Returns the UID of the first unseen message.
|
int |
messageCount()
Returns the number of messages.
|
long |
modSequenceValue()
Returns the modification sequence value for CONDSTORE and QRESYNC.
|
void |
setAllowsNewPermanentFlags(boolean allowsNewPermanentFlags)
Sets whether adding custom flags to messages is allowed.
|
void |
setFirstUnseenUid(long firstUnseenUid)
Sets the UID of the first unseen message.
|
void |
setMessageCount(int messageCount)
Sets the number of messages.
|
void |
setModSequenceValue(long modSequenceValue)
Sets the modification sequence value.
|
void |
setUidNext(long uidNext)
Sets the next UID value.
|
void |
setUidValidity(long uidValidity)
Sets the UID validity
|
long |
uidNext()
Returns the message UID that will be likely used if a message is
added to that folder.
|
long |
uidValidity()
Returns the UID validity of the folder.
|
clone, finalize, initWithNative, readObject, toString, writeObject
public long uidNext()
public void setUidNext(long uidNext)
public long uidValidity()
public void setUidValidity(long uidValidity)
public long modSequenceValue()
public void setModSequenceValue(long modSequenceValue)
public int messageCount()
public void setMessageCount(int messageCount)
public long firstUnseenUid()
public void setFirstUnseenUid(long firstUnseenUid)
public boolean allowsNewPermanentFlags()
public void setAllowsNewPermanentFlags(boolean allowsNewPermanentFlags)