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 was 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).
Related issues: #50, #52, #47
--alldoveadm 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.