|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hs.mail.imap.message.response.AbstractImapResponse
com.hs.mail.imap.message.response.SelectResponse
public class SelectResponse
Field Summary |
---|
Fields inherited from interface com.hs.mail.imap.message.response.ImapResponse |
---|
NIL |
Constructor Summary | |
---|---|
SelectResponse(Mailbox mailbox)
|
Method Summary | |
---|---|
long |
getFirstUnseen()
Gets the UID of the first unseen message. |
int |
getMessageCount()
Gets the number of messages that this mailbox contains. |
long |
getNextUid()
Gets the next unique identifier predicted. |
int |
getRecentMessageCount()
Gets the number of recent messages. |
long |
getUidValidity()
Gets the unique identifier validity value. |
void |
setFirstUnseen(long firstUnseen)
|
void |
setMessageCount(int count)
|
void |
setRecentMessageCount(int count)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectResponse(Mailbox mailbox)
Method Detail |
---|
public long getFirstUnseen()
public void setFirstUnseen(long firstUnseen)
public int getMessageCount()
public void setMessageCount(int count)
public int getRecentMessageCount()
public void setRecentMessageCount(int count)
public long getNextUid()
public long getUidValidity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |