thomascube
2012-02-25 ef1e877a8dd419fcb0de772bf0c40eeca76ee7eb
Connect to IMAP server before reading quota

1 files modified
2 ■■■ changed files
program/include/rcube_imap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_imap.php
@@ -2729,7 +2729,7 @@
     */
    public function get_quota()
    {
        if ($this->get_capability('QUOTA')) {
        if ($this->get_capability('QUOTA') && $this->check_connection()) {
            return $this->conn->getQuota();
        }