[
https://issues.apache.org/jira/browse/JAMES-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823919#comment-16823919
]
Trần Tiến Đức commented on JAMES-2742:
--------------------------------------
PR is contributed at [https://github.com/linagora/james-project/pull/2320]
> [MailRepository] Create the MailRepositoryProperties: API + mem + contract
> --------------------------------------------------------------------------
>
> Key: JAMES-2742
> URL: https://issues.apache.org/jira/browse/JAMES-2742
> Project: James Server
> Issue Type: New Feature
> Reporter: Trần Tiến Đức
> Priority: Major
>
> We want to persist some properties of the MailRepositories.
> Given a POJO
> {code:java}
> class MailRepositoryProperties {
> private final boolean browsable;
> }{code}
> Create a
> {code:java}
> interface MailRepositoryPropertiesStore {
> MailRepositoryProperties retrieveProperties(MailRepositoryUrl);
> }{code}
> You will also provide a memory implementation of it and a contract.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]