Ignore:
Timestamp:
Oct 3, 2011 9:13:44 AM (20 months ago)
Author:
alec
Message:
  • Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

    r5297 r5302  
    25322532     * @param boolean $is_file True if $message is a filename 
    25332533     * 
    2534      * @return boolean True on success, False on error 
     2534     * @return int|bool Appended message UID or True on success, False on error 
    25352535     */ 
    25362536    function save_message($mailbox, &$message, $headers='', $is_file=false) 
Note: See TracChangeset for help on using the changeset viewer.