13 Nov
2008
13 Nov
'08
8:50 p.m.
On Thu, Nov 13, 2008 at 07:59:32PM +0200, Ilo Lorusso wrote:
Ive just installed Dovecot and postfix and Ive created a whole bunch of folders and started moving my mail around.
Ive noticed that it copies the mail to the folder I wish to move the mail to and leave the original message waiting to be purged in the original folder
IMAP protocol doesn't have "move" command. It has "copy". So your client need (if I'mnot wrong):
- copy message to destination mailbox (within COPY command)
- store \Deleted flag to a message (within STORE command)
It will not really delete message (but Your client often will not show it at folder anymore). One will be deleted within EXPUNGE command or when You will leave imap folder (with CLOSE command).
Have a look into RFC 3501. Some peoples says It's terrible one tough.
WBR Dmitri Ivanov