What is the recommended way to move a message from one mailbox to another using CLI - serverside commands ?
Since IMAP does not support transactional moves between mailboxes - The only thing that comes to my mind is this operation: 1) extract message from mailbox A using "doveadm fetch" 2) inject message into mailbox B using "dovecot-lda" 3) expunge message from mailbox A using "doveadm expunge" it this the right solution ? One problem with above approach is that injecting through "dovecot-lda" will trigger the sieve script - which I'm not interested in since the message have already been injected and processed once before - at delivery... Any advice is much welcome -- View this message in context: http://old.nabble.com/What-is-the-recommended-way-to-move-a-message-from-one-mailbox-to-another-using-CLI-tp31488298p31488298.html Sent from the Dovecot mailing list archive at Nabble.com.