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.