Aleksander Machniak
2015-11-05 454b0b1ca983adfa2e40e47ccbd0dc384c141d9a
program/include/rcmail.php
@@ -2358,26 +2358,6 @@
        return $options['body'];
    }
    /************************************************************************
     *********          Deprecated methods (to be removed)          *********
     ***********************************************************************/
    public static function setcookie($name, $value, $exp = 0)
    {
        rcube_utils::setcookie($name, $value, $exp);
    }
    public function imap_connect()
    {
        return $this->storage_connect();
    }
    public function imap_init()
    {
        return $this->storage_init();
    }
    /**
     * Connect to the mail storage server with stored session data
     *