Aleksander Machniak
2015-09-02 427ab2f3938122d7ce1d0862a583a5adaed6c6c9
program/lib/Roundcube/rcube_storage.php
@@ -945,10 +945,11 @@
     * @param string $folder   Folder name (empty for server metadata)
     * @param array  $entries  Entries
     * @param array  $options  Command options (with MAXSIZE and DEPTH keys)
     * @param bool   $force    Disables cache use
     *
     * @return array Metadata entry-value hash array on success, NULL on error
     */
    abstract function get_metadata($folder, $entries, $options = array());
    abstract function get_metadata($folder, $entries, $options = array(), $force = false);
    /* -----------------------------------------
     *   Cache related functions