Re-filter with sieve? #4386
-
|
Sorry if i missed the documentation on this, a quick search didnt yield results: Is it possible to "refilter" my mailbox if i added sieve rules later and want to pass the existing mailbox through these rules? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
No maintainers are that familiar with Sieve support AFAIK, I am probably the one with the most familiarity from trying to assist users and revise our docs on it 😅 I imagine you might need to trigger the sieve rules by having the mail delivered back to Dovecot again. I've heard of something called imapsync (someone shared a guide for that in our issues or discussions in the past month), which might be a way to trigger it. Another as you might be familiar with fetchmail/getmail, would be to have one DMS container with your existing mailbox, and your real DMS container with a fresh mailbox, that then retrieves the mail from the temporary DMS container (with a copy of your current mailboxes), although I've not verified if that would grab all mail (such as custom folders or junk mail etc). EDIT: Oh it seems you might be in luck! Dovecot actually has an experimental |
Beta Was this translation helpful? Give feedback.
No maintainers are that familiar with Sieve support AFAIK, I am probably the one with the most familiarity from trying to assist users and revise our docs on it 😅
I imagine you might need to trigger the sieve rules by having the mail delivered back to Dovecot again. I've heard of something called imapsync (someone shared a guide for that in our issues or discussions in the past month), which might be a way to trigger it.
Another as you might be familiar with fetchmail/getmail, would be to have one DMS container with your existing mailbox, and your real DMS container with a fresh mailbox, that then retrieves the mail from the temporary DMS container (with a copy of your current mailboxes),…