search for: cmd_getmetadata_mailbox

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

2014 Mar 29
1
still issues with metadata support
...code in cmd-getmetadata.c: else if (strchr(mailbox, '*') == NULL && strchr(mailbox, '%') == NULL) { ns = client_find_namespace(cmd, &mailbox); if (ns == NULL) return TRUE; return cmd_getmetadata_mailbox(ctx, ns, mailbox); } else { /* wildcards in mailbox name. this isn't supported by RFC 5464, but it was in the earlier drafts and is already used by some software (Horde). */ const char *patterns[2]; p...