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
On the latter, creation of folders and append fails (using --google-takeout) with
Traceback (most recent call last):
File "/home/leonard/src/imap-upload-poldy79/imap_upload.py", line 426, in upload
raise Exception(r2[0]) # FIXME: Should use custom class
Exception: b'Client tried to access nonexistent namespace. (Mailbox name should probably be prefixed with: INBOX.) (0.001 + 0.000 secs).'
)
I am not sure if this is already covered by imap-upload.py and I have overseen something or if this is not yet supported.
If I prefix the path for imap.create_folder and imap.append with "INBOX" everything works fine.
I could provide a solution, might be a switch --everything-below-inbox ? What do you think?
The text was updated successfully, but these errors were encountered:
On a mailcow mail setup, folders are located parallel to INBOX:
on a Hetzner Mailserver (Level 9 Webhosting) all folders are below INBOX
On the latter, creation of folders and append fails (using --google-takeout) with
I am not sure if this is already covered by imap-upload.py and I have overseen something or if this is not yet supported.
If I prefix the path for imap.create_folder and imap.append with "INBOX" everything works fine.
I could provide a solution, might be a switch --everything-below-inbox ? What do you think?
The text was updated successfully, but these errors were encountered: