You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Le Bao Khanh (JIRA)" <se...@james.apache.org> on 2019/08/13 09:59:00 UTC

[jira] [Commented] (JAMES-2856) Add quotaRoot in mailboxDetails over webAdmin

    [ https://issues.apache.org/jira/browse/JAMES-2856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906028#comment-16906028 ] 

Le Bao Khanh commented on JAMES-2856:
-------------------------------------

[https://github.com/linagora/james-project/pull/2587] contributed this 

> 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 bob@james.org inbox
> {code}
> should return
> {code:java}
> #private&bob@james.org
> {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
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org