Aleksander Machniak
2015-08-06 0868c2e841739baf1054a3b332245d3ec29251e6
program/lib/Roundcube/rcube_storage.php
@@ -47,6 +47,7 @@
    protected $search_set;
    protected $options = array('auth_type' => 'check');
    protected $page_size = 10;
    protected $list_page = 1;
    protected $threading = false;
    /**
@@ -206,7 +207,9 @@
     */
    public function set_page($page)
    {
        $this->list_page = (int) $page;
        if ($page = intval($page)) {
            $this->list_page = $page;
        }
    }
    /**
@@ -405,7 +408,7 @@
    /**
     * Fetch message headers and body structure from the server and build
     * an object structure similar to the one generated by PEAR::Mail_mimeDecode
     * an object structure.
     *
     * @param int     $uid     Message UID to fetch
     * @param string  $folder  Folder to read from