summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-10-03 13:13:44 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-10-03 13:13:44 +0000
commit71815d5dfee1bec2bf9ab93416065eaa82c63f12 (patch)
tree373597acd17d167b8ba1b59cf378b489f2ab77f8 /roundcubemail/program/include/rcube_imap.php
parentbeee9319df0feaedcf03414f0b637af1f1ff9962 (diff)
- 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
Diffstat (limited to 'roundcubemail/program/include/rcube_imap.php')
-rw-r--r--roundcubemail/program/include/rcube_imap.php2
1 files changed, 1 insertions, 1 deletions
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)
{