Issue with \Noselect
@gilleslamiral is already working on this.
Since Sep 21, 2018.
- Dominant language
- Shell
- Stars
- 4.2k
- Forks
- 531
- PR merge metrics
- No merged PRs in 30d
Description
Hi! There's a folder in a test mailbox that has \Noselect flag. This causes imapsync to fail the migration:
++++ Listing 3 errors encountered during the sync ( avoid this listing with --noerrorsdump ).
Err 1/3: Host1 Folder 123456: Could not select: 30 NO Mailbox does not exist
Err 2/3: Host1 folder 123456: Could not select: 69 NO Mailbox does not exist
Err 3/3: Host1 Folder 123456: Could not select: 137 NO Mailbox does not exist
Exiting with return value 111
Listing the folders, this is what we have:
`* LIST (\HasChildren \Noselect) "." "123456"
- LIST (\HasNoChildren) "." "123456.54321"
- LIST (\HasNoChildren) "." "123456.78910"`
How to handle those folders and have a successful migration?
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.