Displaying 1 result from an estimated 1 matches for "mailtest3".
Did you mean:
mailtest
2005 Apr 11
0
Namespace prefix not ending with separator
...ing another namespace for "~/mail".
Now LIST "~/mail" "*" returns
* LIST (\NoInferiors \UnMarked) "/" "~/mailtest1/test1-2"
* LIST (\NoInferiors \UnMarked) "/" "~/mailtest2"
* LIST (\NoInferiors \UnMarked) "/" "~/mailtest3"
whereas UW-IMAP returns
* LIST (\NoInferiors \UnMarked) "/" ~/mail/test1/test1-2
* LIST (\NoInferiors \UnMarked) "/" ~/mail/test2
* LIST (\NoInferiors \UnMarked) "/" ~/mail/test3
I wonder whether LIST should insert an extra namespace separator in
such cases?...