You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
Iterate over subfolders of INBOX using doveadm mailbox list -u {{ email }} "INBOX.*"
If a mailbox of the same name as that subfolder exists in the parent directory already (mailbox A), move all of the email inside of A into the subfolder (mailbox B), delete A, then move B up one directory
Note that some people actually have INBOX.INBOX. If this is found, skip it and all subfolders of INBOX.INBOX.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6711400-migrating-inbox?utm_campaign=plugin&utm_content=tracker%2F8064840&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8064840&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
The example at the bottom here indicates that the folder separator may be a variable, so it's best to write these scripts like "INBOX${SEP}{}" instead of assuming it's . as in "INBOX.{}"
Related issues: #50, #52, #47
--all
doveadm mailbox list -u {{ email }} "INBOX.*"
Note that some people actually have
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6711400-migrating-inbox?utm_campaign=plugin&utm_content=tracker%2F8064840&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8064840&utm_medium=issues&utm_source=github).INBOX.INBOX
. If this is found, skip it and all subfolders ofINBOX.INBOX
.The text was updated successfully, but these errors were encountered: