27 Apr
2011
27 Apr
'11
6:09 p.m.
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:
- extract message from mailbox A using "doveadm fetch"
- inject message into mailbox B using "dovecot-lda"
- 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... Sent from the Dovecot mailing list archive at Nabble.com.