Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::StatusDataクラス

class Net::IMAP::StatusData

クラスの継承リスト: Net::IMAP::StatusData < Object < Kernel < BasicObject

Abstract

Net::IMAP::StatusData represents contents of the STATUS response.

インスタンスメソッド

attr

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

mailbox

Returns the mailbox name.

Methods

Classes