Class: Net::IMAP::StatusData
Overview
Net::IMAP::StatusData represents contents of the STATUS response.
Fields:
mailbox |
Returns the mailbox name. |
attr |
Returns a hash. Each key is one of "MESSAGES", "RECENT", "UIDNEXT", "UIDVALIDITY", "UNSEEN". Each value is a number. |
Instance Attribute Summary (collapse)
-
- (Object) attr
Returns the value of attribute attr.
-
- (Object) mailbox
Returns the value of attribute mailbox.