Struct.new(:mailbox, :quotaroots)
Net::IMAP::MailboxQuotaRoot
represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return Net::IMAP::MailboxQuota
.)
quotaroot_response ::= "QUOTAROOT" SPACE astring *(SPACE astring)
The mailbox with the associated quota.
Zero or more quotaroots that affect the quota on the specified mailbox.