class Net::IMAP::StatusData
StatusData
represents the contents of an untagged STATUS
response.
IMAP#status
returns the contents of attr
.
Public Instance Methods
Source
# File lib/net/imap/response_data.rb, line 573
A hash. Each key is one of “MESSAGES”, “RECENT”, “UIDNEXT”, “UIDVALIDITY”, “UNSEEN”. Each value is a number.