I'm wondering if this is an error in the cyrus-imap server:
Windows Netscape user renamed his folder "inbox.prak" to
"inbox.prak 00/01" with Netscapes "rename folder" function.
The command succeeded and the folder was unusable. The folder
was not accessible through the filesystem because of the "/".
(directories: "inbox" -> "prak 00" -> "01" not "inbox" -> "prak 00/01")
Looking through the sources I found a function mboxname_policycheck()
This function has no "/" in its GOODCHARS define.
- missing call to mboxname_policycheck()?
- mboxname_policycheck() not working like expected?
- ... (my fault,-) ?
Another question: is it safe to remove the " " (space) from the
GOODCHARS define in order to disallow spaces in foldernames?
(I'm having trouble with cyradm (TCL) and spaces)
-ws