Aleksander Machniak
2012-10-16 07239b65d64f3a98bee9b29cc1553530e4be9187
program/include/rcube_storage.php
@@ -505,8 +505,11 @@
    /**
     * Sends the whole message source to stdout
     *
     * @param int  $uid       Message UID
     * @param bool $formatted Enables line-ending formatting
     */
    abstract function print_raw_body($uid);
    abstract function print_raw_body($uid, $formatted = true);
    /**