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 "Benoit Tellier (Jira)" <se...@james.apache.org> on 2021/05/14 08:59:00 UTC

[jira] [Created] (JAMES-3585) Ability to use a specific POP3 Mailbox

Benoit Tellier created JAMES-3585:
-------------------------------------

             Summary: Ability to use a specific POP3 Mailbox
                 Key: JAMES-3585
                 URL: https://issues.apache.org/jira/browse/JAMES-3585
             Project: James Server
          Issue Type: Improvement
          Components: POP3Server
            Reporter: Benoit Tellier


h1. Why?

As an application assembler I want to use the existing POP3 stack to use a dedicated mailbox implementation that is not the default one.

(Because I want to use on a tailor made server a POP3 mailbox based on messageId)

h1. How?

Create an abtract factory, injected:

{code:java}
public interface MailboxAdapterFactory {
    Mailbox create(MessageManager manager, MailboxSession session);
}
{code}

We will provide a default implementation supplying the current implementation.

Dedicated app assemblers can then inject their own implementation.




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