diff options
author | alecpl <alec@alec.pl> | 2011-10-03 13:13:44 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-10-03 13:13:44 +0000 |
commit | 765fdeb5b5269f7647972046bac3d0054a6b7946 (patch) | |
tree | 8c949c61f76730fa9a38ba95be2c984f62446aa6 /program/include/rcube_imap.php | |
parent | 56ec81cb6fafde1a662aac0a8feeb87e45b80bff (diff) |
- Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call)
Diffstat (limited to 'program/include/rcube_imap.php')
-rw-r--r-- | 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 f37cfdaf1..5eee8d6d3 100644 --- a/program/include/rcube_imap.php +++ b/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) { |