On Thu, 9 May 2002 12:46:18 -0400 , Sang Park wrote: > I'm working on client that will move a message from a directory (say INBOX) > to the trash directory. Is there any way in IMAP to move the message into > another directory without copying, marking for delete, expunging?
No there is not. > I'd also > like to keep the same UID for the message even after it moves. There is no way to do this either. You are better off using the natural native IMAP delete-expunge model internally, and make "trash" be a user interface concept rather than what happens internally. That is what all good client programs do. Only very badly designed and written clients actually create a mailbox called "trash" and copy messages to it.
