X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fimap_metadata.c;h=705448e459f6d5b2ea5f3474d58f8507b372327b;hb=d2b5c1c6dafbc96b517c3accaecbf5387eb625b5;hp=cfbc10370675609cf5bbd8d953baaae9879e8e73;hpb=62bfc6a0f13dcb84304c83d252119269ede3bf96;p=citadel.git diff --git a/citadel/modules/imap/imap_metadata.c b/citadel/modules/imap/imap_metadata.c index cfbc10370..705448e45 100644 --- a/citadel/modules/imap/imap_metadata.c +++ b/citadel/modules/imap/imap_metadata.c @@ -206,11 +206,13 @@ void imap_getmetadata(int num_parms, ConstStr *Params) { int ret; int found = 0; +/* this doesn't work if you have rooms/floors with spaces. + we need this for the bynari connector. if (num_parms > 5) { IReply("BAD usage error"); return; } - +*/ ret = imap_grabroom(roomname, Params[2].Key, 1); if (ret != 0) { IReply("NO Invalid mailbox name or access denied");