Re: cannot get shared mailbox info in JMAP session

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I found if I replace
    char *userpat = xstrdup("user.*");
    userpat[4] = jmap_namespace.hier_sep;
with
    char *userpat = xstrdup("Other Users/*");
in jmap_accounts() of jmap_api.c

I'll get my expected result:  JMAP sessionResult's`accounts` object includes my primary account and the account shared a mailbox with me.

It seems that cyrus's session implement only matches account in Personal Namespace. I'm confused.

[Index of Archives]     [Cyrus SASL]     [Squirrel Mail]     [Asterisk PBX]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [KDE]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux