Aleksander Machniak
2014-06-24 6fa1a0da1f0902f10be8fc4eb24180f8e3453c17
program/lib/Roundcube/rcube_storage.php
@@ -918,9 +918,11 @@
    /**
     * Get mailbox quota information.
     *
     * @param string $folder  Folder name
     *
     * @return mixed Quota info or False if not supported
     */
    abstract function get_quota();
    abstract function get_quota($folder = null);
    /* -----------------------------------------