要約
Net::IMAP#getquota や Net::IMAP#getquotaroot で得られる quota の情報を表すオブジェクトです。
詳しくは [RFC2087] を参照してください。
目次
継承しているメソッド
- Structから継承しているメソッド
- Enumerableから継承しているメソッド
-
- all?
- any?
- chain
- chunk
- chunk_while
- collect
- collect_concat
- compact
- count
- cycle
- detect
- drop
- drop_while
- each_cons
- each_entry
- each_slice
- each_with_index
- each_with_object
- entries
- filter_map
- find
- find_all
- find_index
- first
- flat_map
- grep
- grep_v
- group_by
- include?
- inject
- lazy
- map
- max
- max_by
- member?
- min
- min_by
- minmax
- minmax_by
- none?
- one?
- partition
- reduce
- reject
- reverse_each
- slice_after
- slice_before
- slice_when
- sort
- sort_by
- sum
- take
- take_while
- tally
- uniq
- zip
インスタンスメソッド
mailbox -> String
[permalink][rdoc][edit]-
quota が設定されているメールボックスの名前を返します。
quota -> Integer
[permalink][rdoc][edit]-
メールボックスに指定されている上限値を返します。
usage -> Integer
[permalink][rdoc][edit]-
現在のメールボックス内の使用量を返します。