|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.javamail.store.imap.connection.IMAPMailboxStatus
public class IMAPMailboxStatus
Utility class to aggregate status responses for a mailbox.
| Field Summary | |
|---|---|
Flags |
availableFlags
|
int |
messages
|
int |
mode
|
Flags |
permanentFlags
|
int |
recentMessages
|
long |
uidNext
|
long |
uidValidity
|
int |
unseenMessages
|
| Constructor Summary | |
|---|---|
IMAPMailboxStatus()
|
|
| Method Summary | |
|---|---|
void |
mergeFlags(IMAPFlagsResponse response)
Merge in the FLAGS response from an EXAMINE or SELECT mailbox command. |
void |
mergeOkResponses(List responses)
|
void |
mergeSizeResponses(List responses)
|
void |
mergeStatus(IMAPOkResponse source)
Gather mailbox status information from mailbox status messages. |
void |
mergeStatus(IMAPPermanentFlagsResponse source)
Gather mailbox status information from mailbox status messages. |
void |
mergeStatus(IMAPSizeResponse source)
Gather mailbox status information from mailbox status messages. |
void |
mergeStatus(IMAPStatusResponse source)
Merge information from a server status message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Flags availableFlags
public Flags permanentFlags
public int mode
public int messages
public int recentMessages
public int unseenMessages
public long uidNext
public long uidValidity
| Constructor Detail |
|---|
public IMAPMailboxStatus()
| Method Detail |
|---|
public void mergeStatus(IMAPStatusResponse source)
throws MessagingException
source - The parsed status message.
MessagingException
public void mergeFlags(IMAPFlagsResponse response)
throws MessagingException
response - The returned FLAGS item.
MessagingException
public void mergeSizeResponses(List responses)
throws MessagingException
MessagingException
public void mergeOkResponses(List responses)
throws MessagingException
MessagingException
public void mergeStatus(IMAPSizeResponse source)
throws MessagingException
source - The parse message information.
MessagingException
public void mergeStatus(IMAPOkResponse source)
throws MessagingException
source - The parse message information.
MessagingException
public void mergeStatus(IMAPPermanentFlagsResponse source)
throws MessagingException
source - The parse message information.
MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||