From 71815d5dfee1bec2bf9ab93416065eaa82c63f12 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 3 Oct 2011 13:13:44 +0000 Subject: - Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call) git-svn-id: https://svn.roundcube.net/trunk@5302 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_imap.php') diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index f37cfdaf1..5eee8d6d3 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -2531,7 +2531,7 @@ class rcube_imap * @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) { -- cgit v1.2.3