class Net::IMAP::StatusData
Net::IMAP::StatusData represents the contents of the STATUS response.
Net::IMAP#status returns the contents of attr.
Public Instance Methods
                        
                          attr → Hash[String, Integer]
                              
                              click to toggle source
                            
                            A hash. Each key is one of “MESSAGES”, “RECENT”, “UIDNEXT”, “UIDVALIDITY”, “UNSEEN”. Each value is a number.
# File net-imap-0.4.9/lib/net/imap/response_data.rb, line 553
    
                              
                        
                          mailbox → string
                              
                              click to toggle source
                            
                            The mailbox name.
# File net-imap-0.4.9/lib/net/imap/response_data.rb, line 547