Rene Cordier created JAMES-2748:
-----------------------------------

             Summary: MailRepositoryStore handle MailRepositoryProperties
                 Key: JAMES-2748
                 URL: https://issues.apache.org/jira/browse/JAMES-2748
             Project: James Server
          Issue Type: New Feature
            Reporter: Rene Cordier
             Fix For: 3.4.0


We should allow to access the properties of a MailRepository:

{code:java}
interface MailRepository {
    // Other methods
    MailRepositoryProperties getProperties();
}
{code}

This properties needs to be correctly reptrieved and positioned by 
MemoryMailRepositoryStore.

When I create or select a repository, I am able to pass these properties.

Write some unit tests for MemoryMailRepositoryStore



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to