-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mailbox name should probably be prefixed with: INBOX #55
Comments
So far the command seems ok to me. Maybe you should try to determine what is the folder separator for your imap server and then use the Otherwise use an imap client to explore your imap server and check if |
Same issue here. @marckagan Did you find a solution? I also try to migrate my emails from google workspace. |
@miroslavpetrov did you try the advice suggested by @adriangibanelbtactic above? |
I have tried a variety of different options to upload my Google Takeout mbox to my IMAP account. No matter what I do I get:
to [Opened,Category Updates] NG (b'Client tried to access nonexistent namespace. (Mailbox name should probably be prefixed with: INBOX
Here is the command line I am using. Any suggestions would be greatly appreciated...
python3 imap_upload.py --ssl --user=[email protected] --password='test' --host=imap.dreamhost.com --port=993 --error='All mail Including Spam and Trash_errors.mbox' --box='INBOX' --google-takeout --google-takeout-box-as-base-folder 'All mail Including Spam and Trash-002.mbox'
The text was updated successfully, but these errors were encountered: