Quynh Nguyen created JAMES-2173:
-----------------------------------

             Summary: Introduce a ``Mailbox.namespace`` property
                 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

"namespace": {
    "type": "delegated",
    "owner": "btell...@linagora.com"
}
for the mailbox owner

"namespace": {
    "type": "personal"
}
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