Displaying 3 results from an estimated 3 matches for "real_sep".
Did you mean:
real_rip
2011 Sep 26
1
[PATCH] Bad boundary check in client_find_namespace
...g I reported last week, I found that
there is a broken boundary check in client_find_namespace in
src/imap/imap-commands-util.c. The code is:
/* make sure two hierarchy separators aren't next to each others */
for (p = storage_name+1; *p != '\0'; p++) {
if (p[0] == ns->real_sep && p[-1] == ns->real_sep) {
client_send_tagline(cmd, "NO Invalid mailbox name.");
return NULL;
}
}
The loop iterates over the string storage_name starting from its second
byte. However, the string may be "". This is the case if you select
the r...
2008 Sep 07
1
Cosmetic issue with dots in Maildir folder names
...es a dot works
fine, and it also works in other cases, e.g.:
| 2 CREATE does.exist
| 2 OK Create completed.
| 3 LIST "" does.exist
| * LIST (\HasNoChildren) "/" does.exist
| 3 OK List completed.
This is with Dovecot 1.1.3; we use "separator = /" and we've defined
REAL_SEP to '.' and VIRTUAL_SEP to '/' in the plugin.
Holger
2005 Mar 17
1
Namespaces and subscriptions
I've got a problem with subscriptions in 1.0-stable when migrating from
UW-IMAP.
I've modified the SUBSCRIPTION_FILE_NAME entries as suggested in the
Wiki http://wiki.dovecot.org/Migration and included the "~/mail/" etc.
hidden namespaces.
The .mailboxlist files contain entries like "~/mail/somefolder" and the
clients have "~/mail/" set as a prefix.
In