Re: IMAP -> IMAP near side subfolders missing INBOX folder prefix
mailbox synchronizer
Brought to you by:
ossi
|
From: Oswald B. <osw...@gm...> - 2022-06-07 09:23:58
|
On Tue, Jun 07, 2022 at 06:54:39PM +1000, Hayden Katz via isync-devel wrote: >I should also ask - is there a more appropriate place I should be >asking these questions, or is the mailing list fine? > you got it just right. >I attempted `UseNamespace no` on `my-local`, but I still see the same >resulting folder structure and subscription errors, > huh? i see no evidence of that. the imap view of the remote folders didn't change, but that's expected (and `UseNamespace no` is pointless on that side, as the server uses no namespace to start with). >and I also see some additional errors: >------------------------------ >IMAP command 'CREATE "Archive"' returned an error: NO Client tried to >access nonexistent namespace. (Mailbox name should probably be prefixed >with: INBOX.) (0.001 + 0.000 secs). > yeah, that's why it's saying that the namespace is "INBOX.". the implication is that you can't make a 1:1 copy, as the target server just won't have it (with its current configuration). you can limit Patterns to INBOX*, but that obviously implies data loss. you can map everything into a subfolder on the target side, but that's obviously not 1:1, and you'd have to have the users re-organize it according to their liking. |