From f3c12bf7efc5f55e96841989ac54429e3ae8de67 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 06 Aug 2015 13:26:30 -0400 Subject: [PATCH] Get rid of Mail_mimeDecode package dependency (#1490416) --- program/lib/Roundcube/rcube_storage.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/lib/Roundcube/rcube_storage.php b/program/lib/Roundcube/rcube_storage.php index ccb28c6..e5e8598 100644 --- a/program/lib/Roundcube/rcube_storage.php +++ b/program/lib/Roundcube/rcube_storage.php @@ -436,7 +436,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 -- Gitblit v1.9.1