Displaying 2 results from an estimated 2 matches for "full_mailbox".
2007 Aug 14
2
namespaces and creation of folders that contain folders...
Hi Timo and all. imap/cmd-create.c contains the following bit of code:
len = strlen(full_mailbox);
if (len == 0 || full_mailbox[len-1] != ns->sep)
directory = FALSE;
else {
/* name ends with hierarchy separator - client is just
informing us that it wants to create children under this
mailbox. */...
2009 Aug 28
2
Crash: imap process, Dovecot 1.2.4, related to ACLs (backtrace included)
...08", directory=false) at acl-storage.c:160
astorage = <value optimized out>
ret = <value optimized out>
#9 0x080618d9 in cmd_create (cmd=0x93f4ce0) at cmd-create.c:42
ns = <value optimized out>
mailbox = 0x93f9d98 "Sent.2008"
full_mailbox = 0x93f9d98 "Sent.2008"
directory = <value optimized out>
#10 0x080679fc in client_command_input (cmd=0x93f4ce0) at client.c:611
client = (struct client *) 0x93f48a0
command = <value optimized out>
__PRETTY_FUNCTION__ = "client_command_inpu...