program/lib/Roundcube/rcube_imap.php
@@ -3067,14 +3067,15 @@ /** * Get mailbox quota information * added by Nuny * * @param string $folder Folder name * * @return mixed Quota info or False if not supported */ public function get_quota() public function get_quota($folder = null) { if ($this->get_capability('QUOTA') && $this->check_connection()) { return $this->conn->getQuota(); return $this->conn->getQuota($folder); } return false;