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 "Tung TRAN (Jira)" <se...@james.apache.org> on 2021/10/01 09:38:00 UTC

[jira] [Created] (JAMES-3659) Modularize Namespace of mailbox share extension

Tung TRAN created JAMES-3659:
--------------------------------

             Summary: Modularize Namespace of mailbox share extension
                 Key: JAMES-3659
                 URL: https://issues.apache.org/jira/browse/JAMES-3659
             Project: James Server
          Issue Type: Improvement
            Reporter: Tung TRAN


See [https://www.mail-archive.com/server-dev@james.apache.org/msg71116.html]

*Why*
 * {{org.apache.james.jmap.mail.MailboxNamespace}} is a *seal trait* object, We can not extend it to a new CustomNamespace for a custom project.
 * Move it and related to a separate module, make it generic and usable for custom things to be able to use it

*How*

- trait MailboxNamespace (make it public)

- create trait NamespaceFactory with default instances



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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