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 "Trần Tiến Đức (JIRA)" <se...@james.apache.org> on 2019/05/02 02:43:00 UTC

[jira] [Updated] (JAMES-2742) [MailRepository] Create the MailRepositoryProperties: API + mem + contract

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

Trần Tiến Đức updated JAMES-2742:
---------------------------------
    Fix Version/s: 3.4.0

> [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
>             Fix For: 3.4.0
>
>
> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org