[
https://issues.apache.org/jira/browse/JAMES-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tellier Benoit resolved JAMES-2173.
-----------------------------------
Resolution: Fixed
https://github.com/linagora/james-project/pull/1014 solved the issue
> Introduce a ``Mailbox.namespace`` property at JMAP level when getMailbox
> ------------------------------------------------------------------------
>
> Key: JAMES-2173
> URL: https://issues.apache.org/jira/browse/JAMES-2173
> Project: James Server
> Issue Type: Improvement
> Reporter: Quynh Nguyen
>
> Mailboxes should give information about their type and owner.
> For now, only two types would exist : "delegated" and "personal", with
> related information :
> for a deletaged mailbox
> {code:java}
> "namespace": {
> "type": "delegated",
> "owner": "[email protected]"
> }
> {code}
> for the mailbox owner
> {code:java}
> "namespace": {
> "type": "personal"
> }
> {code}
> You will write integration tests showing this property on personal/delegated
> mailboxes.
> This property is read only. Any attempt to update it should be rejected.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]