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
I am running this in a docker container. I want to save multiple folders from single account. As imapbox does not support multiple remote folders with one account, I just duplicated the account and use different remote folder for each. Everything works, but..
Imapbox runs and downloads all the mail, but the folder structure is following
home
INBOX
2023
2022
archive
2023
sent
2023
Imapbox runs and writes the email, but then does not go back to home and runs further in the account1 folder and that just continues. I would expect to have the remote folders as subfolders in home. I bet that it is something simple, but I am not on that level yet. :)
I am not sure how to name this issue, so you might come up with something better than I did.
The text was updated successfully, but these errors were encountered:
Yes, you are correct. More remote folders are indeed supported that way. When I used remote_folder=INBOX,sent instead of multiple account, it went as expected. I would go with a separate container for multiple accounts anyway, because I would want a different local folders.
Hello,
I am running this in a docker container. I want to save multiple folders from single account. As imapbox does not support multiple remote folders with one account, I just duplicated the account and use different remote folder for each. Everything works, but..
The config is as follows
Imapbox runs and downloads all the mail, but the folder structure is following
Imapbox runs and writes the email, but then does not go back to home and runs further in the account1 folder and that just continues. I would expect to have the remote folders as subfolders in home. I bet that it is something simple, but I am not on that level yet. :)
I am not sure how to name this issue, so you might come up with something better than I did.
The text was updated successfully, but these errors were encountered: