From 765fdeb5b5269f7647972046bac3d0054a6b7946 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 03 Oct 2011 09:13:44 -0400 Subject: [PATCH] - Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call) --- program/include/rcube_imap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index f37cfda..5eee8d6 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -2531,7 +2531,7 @@ * @param string $headers Headers string if $message contains only the body * @param boolean $is_file True if $message is a filename * - * @return boolean True on success, False on error + * @return int|bool Appended message UID or True on success, False on error */ function save_message($mailbox, &$message, $headers='', $is_file=false) { -- Gitblit v1.9.1