Displaying 1 result from an estimated 1 matches for "folder1c".
Did you mean:
folder1
2011 May 21
1
Behavior difference in mbox versus Maildir listing
...sing maildir to store mails.
Let's call the namespaces "#mbox." and "#maildir." and have "." as
separator.
Assume I have the following folder hierarchy:
$namespace
$namespace folder
$namespace folder folder1a
$namespace folder folder1b
$namespace folder folder1c
The resulting IMAPv4 session is:
mb1 LIST "" "#mbox.%"
* LIST (\Noselect \HasChildren) "." "#mbox.folder"
mb1 OK List completed.
mb2 LIST "" "#mbox.folder.%"
* LIST (\Noselect \HasChildren) "." "#mbox.folder."...