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

Antoine Duprat commented on JAMES-1660:
---------------------------------------

This feature can't be implemented yet.

The [NAMESPACE RFC 2342|http://tools.ietf.org/html/rfc2342] is already 
implemented in the IMAP protocol, but not in the integration of this protocol 
in James.

The _NettyImapSession_ implementation of the _ImapSession_ interface doesn't 
support multi namespaces:
{code:title=NettyImapSession.java}
    public boolean supportMultipleNamespaces() {
        return false;
    }
{code}

The good points are:
- the namespace is stored in backends (checked in JPA, HBase & Cassandra)
- the CLI takes care of the namespace (CREATEMAILBOX("createmailbox", 
"namespace", "user", "name"))

> Investigate on shared mailboxes integration in JMAP protocol
> ------------------------------------------------------------
>
>                 Key: JAMES-1660
>                 URL: https://issues.apache.org/jira/browse/JAMES-1660
>             Project: James Server
>          Issue Type: Bug
>          Components: JMAP
>            Reporter: Antoine Duprat
>
> Investigate on shared mailboxes integration in JMAP protocol.
> The JMAP GetMailboxes method may return shared mailboxes.
> We should investigate on how resolving this feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
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