program/include/rcube_storage.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ @@ -505,8 +502,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); /**