Do you think that is possible to implement a fast workaround for my issue in the current RC trunk. In this way I can download the lastest trunk without modify all times the imap.inc file.
Thanks
On Thu, 23 Apr 2009 11:46:53 +0200, "A.L.E.C" alec@alec.pl wrote:
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.