Ticket #1484815 (closed Bugs: invalid)
problem with folders containing imap delimiters in Setting/Folders
| Reported by: | alec | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1.1 |
| Component: | Interface | Version: | svn-trunk |
| Severity: | normal | Keywords: | folders settings |
| Cc: |
Description
From RFC3501: "If the server's hierarchy separator character appears elsewhere in the name, the server SHOULD create any superior hierarchical names that are needed for the CREATE command to be successfully completed. In other words, an attempt to create "foo/bar/zap" on a server in which "/" is the hierarchy separator character SHOULD create foo/ and foo/bar/ if they do not already exist."
So, there's "SHOULD", but my dovecot isn't creating subfolders when I'm creating folder with separator inside. So, ok, it's dovecot's bug, but in roundcube's main window I see proper folders tree. Tree is buggy in Settings/Folders.
By example, when I create folder "test.it" imap server create ".test.it" directory in user's maildir. In roundcube's mailboxlist-container I see folder "test" with subfolder "it", but in Settings I don't see "test".
By the way, maybe roundcube should create all directories in path?
