public class Pop3MailboxInfo extends Object
Represents the status of the mailbox.
Constructor and Description |
---|
Pop3MailboxInfo(int count,
long size)
Initializes a new instance of the
Pop3MailboxInfo class. |
Modifier and Type | Method and Description |
---|---|
int |
getMessageCount()
Gets the count of messages in the mailbox.
|
long |
getOccupiedSize()
Gets the occupied size of the mailbox.
|
String |
toString()
Returns a
String that represents this instance. |
public Pop3MailboxInfo(int count, long size)
Initializes a new instance of the Pop3MailboxInfo
class.
count
- The message count.size
- The occupied size.