Horde_Imap_Client_Socket::_getQuota PHP Method

_getQuota() protected method

protected _getQuota ( Horde_Imap_Client_Mailbox $root )
$root Horde_Imap_Client_Mailbox
    protected function _getQuota(Horde_Imap_Client_Mailbox $root)
    {
        $pipeline = $this->_pipeline($this->_command('GETQUOTA')->add($this->_getMboxFormatOb($root)));
        $pipeline->data['quotaresp'] = array();
        return reset($this->_sendCmd($pipeline)->data['quotaresp']);
    }