[
https://issues.apache.org/jira/browse/JAMES-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16915421#comment-16915421
]
Tellier Benoit edited comment on JAMES-2856 at 8/26/19 2:11 AM:
----------------------------------------------------------------
While working on this issue we highlighted a serialization issue leading to
bugs in distributed-james (quota search domain criterion not working)
See https://github.com/linagora/james-project/pull/2601 (merged)
was (Author: btellier):
While working on this issue we highlighted a serialization issue leading to
bugs in distributed-james (quota search domain criterion not working)
> Add quotaRoot in mailboxDetails over webAdmin
> ---------------------------------------------
>
> Key: JAMES-2856
> URL: https://issues.apache.org/jira/browse/JAMES-2856
> Project: James Server
> Issue Type: New Feature
> Components: webadmin
> Reporter: Tellier Benoit
> Priority: Major
>
> This command takes 3 argument **namespace**, **username**, **mailboxName**
> and return the corresponding **QuotaRoot**.value() in String.
> For example:
> {code:java}
> GETQUOTAROOT #private [email protected] inbox
> {code}
> should return
> {code:java}
> #private&[email protected]
> {code}
> WebAdmin should allow to get mailbox quotaRoot as well. (This will help
> dropping the CLI in the future)
> Proposal is to add it as part of mailbox details on this endpoint:
> {code:java}
> GET /users/{username}/mailboxes/{mailboxName}
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]