[ 
https://issues.apache.org/jira/browse/JAMES-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Quynh Nguyen updated JAMES-2173:
--------------------------------
    Summary: Introduce a ``Mailbox.namespace`` property at JMAP level when 
getMailbox  (was: Introduce a ``Mailbox.namespace`` property)

> 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": "btell...@linagora.com"
> }
> {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: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to