123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::StatusData

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/net/imap/response_data.rb

Overview

StatusData represents the contents of an untagged STATUS response.

#status returns the contents of #attr.

Instance Attribute Summary

Instance Attribute Details

#attrHash[String, Integer] (rw)

A hash. Each key is one of "MESSAGES", "RECENT", "UIDNEXT", "UIDVALIDITY", "UNSEEN". Each value is a number.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 614

class StatusData < Struct.new(:mailbox, :attr)

#mailboxString (rw)

The mailbox name.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 614

class StatusData < Struct.new(:mailbox, :attr)