Tellier Benoit created MAILBOX-326:
--------------------------------------

             Summary: Add a builder to limit MessageManager::appendMessage 
arguments
                 Key: MAILBOX-326
                 URL: https://issues.apache.org/jira/browse/MAILBOX-326
             Project: James Mailbox
          Issue Type: Improvement
          Components: api
            Reporter: Tellier Benoit


This method takes arguments, which often have default values.

Furthermore, the message can be passed as bytes, inputStream or even String, 
forcing to do a lot of wiring.

We could enhance this by adding a command helper object that would synthesise 
these arguments, then expose an additional method:


{code:java}
    ComposedMessageId appendMessage(AppendCommand appendCommand, MailboxSession 
session) throws MailboxException;
{code}




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