Sandro Pazzi wrote: > Hi alec, > but why RC don't use uid? > > UID COPY <sequence uid> "folder" > UID STORE <sequence uid> +FLAGS.SILENT (\Deleted) > UID FETCH <sequence uid> (<params>) > > ... was a standard IMAP command that use directly uid instead of id of > messages. In this way all the problems with gmail was resolved.
You're right, we should use such commands for better performance. I think, the reason is in imap.inc which supports only message IDs in iil_C_Copy and some others. I don't know why IlohaMail does that is such way. We should definitely use UIDs where possible. -- Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl Roundcube Webmail Project Developer http://roundcube.net _______________________________________________ List info: http://lists.roundcube.net/dev/
