/**
  * @return int | false
  */
 function GetUsedQuota()
 {
     if ($this->_account->MailProtocol == MAILPROTOCOL_IMAP4) {
         return $this->MailStorage->GetUsedQuota();
     }
     return false;
 }