On Wed, Jan 27, 2010 at 2:01 AM, John C. Welch <[email protected]> wrote: > Trash handling is one of the ickier parts of imap. There are four main ways > to deal with it, all kind of suck.
This is also complicated by the lack of both a 'move' command and a 'permanently delete just this one message' command in IMAP. Typically 'moving' a message is actually a copy followed by marking the original as /Deleted - that leaves the original in place (messy, quotas, etc) unless you close/expunge, and if you do that, you'll remove *every* /Deleted message in the selected mailbox (including those that other clients accessing the same mailbox have flagged). Cheers, Tony _______________________________________________ [email protected] mailing list List help: http://lists.ranchero.com/listinfo.cgi/email-init-ranchero.com
