Guido Ricci writes:
[ HTML content follows ]
Please don't send HTML crap to a mailing list.
I have got an error when a user is near to quota limit and try to move messages from a folder to another folder: QUERY:COPY 5:5 "INBOX" [ALERT] You exceeded your mail quota� I think that courier-imap fist copy messages to destination 's folder and only after cancel these from the originary folder:
That's how IMAP works. There is no IMAP "rename" command. The COPY command copies messages to another folder, creating duplicate copies without removing the originals. The IMAP server has no means to determine that the IMAP client is about to immediately remove the messages from the old folder, hence the COPY command always counts towards the quota. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
