public class IMAPFolderStatus extends NativeObject
Constructor and Description |
---|
IMAPFolderStatus() |
Modifier and Type | Method and Description |
---|---|
long |
highestModSeqValue()
Returns the highest modification sequence value of the messages in the folder.
|
long |
messageCount()
Returns the number of messages in the folder.
|
long |
recentCount()
Returns the number of recent messages.
|
void |
setHighestModSeqValue(long highestModSeqValue)
Sets the highest modification sequence value of the messages in the folder.
|
void |
setMessageCount(long messages)
Sets the number of messages in the folder.
|
void |
setRecentCount(long recent)
Sets the number of recent messages.
|
void |
setUidNext(long uidNext)
Sets the netx uid value.
|
void |
setUidValidity(long uidValidity)
Sets the UID validity
|
void |
setUnseenCount(long unseen)
Sets the number of unseen messages.
|
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.
|
long |
unseenCount()
Returns the number of unseen messages.
|
clone, finalize, initWithNative, readObject, toString, writeObject
public void setUnseenCount(long unseen)
public long unseenCount()
public void setMessageCount(long messages)
public long messageCount()
public void setRecentCount(long recent)
public long recentCount()
public void setUidNext(long uidNext)
public long uidNext()
public void setUidValidity(long uidValidity)
public long uidValidity()
public void setHighestModSeqValue(long highestModSeqValue)
public long highestModSeqValue()