search for: mail_storage_get_hierarchy_sep

Displaying 1 result from an estimated 1 matches for "mail_storage_get_hierarchy_sep".

2006 Feb 15
1
Dovecot RFC non-compliance: Mailbox names
...ely have a few users who used * in their mailbox naming (which worked on our old IMAP server). I looked in the mailing list and source comments, but I could not find any discussion. Was there any discussion about the imap/commands-util.c:48? 46: /* make sure it even looks valid */ 47: sep = mail_storage_get_hierarchy_sep(storage); 48: if (*mailbox == '\0' || strspn(mailbox, "\r\n*%?") != 0) { 49: client_send_tagline(cmd, "NO Invalid mailbox name."); which is technically not RFC-compliant? I have a feeling it fixes much more important things than it breaks (i.e. LIST/LSUB), but th...