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 "Tellier Benoit (JIRA)" <ji...@apache.org> on 2018/12/11 01:54:00 UTC

[jira] [Created] (MAILBOX-357) Only use Mailbox APIs for MailboxEvents

Tellier Benoit created MAILBOX-357:
--------------------------------------

             Summary: Only use Mailbox APIs for MailboxEvents
                 Key: MAILBOX-357
                 URL: https://issues.apache.org/jira/browse/MAILBOX-357
             Project: James Mailbox
          Issue Type: Improvement
          Components: events
            Reporter: Tellier Benoit
             Fix For: 3.3.0


The following listeners are relying on an implementation of events and not on the API.

We should modify them in order to only rely on objects defined in `mailbox/api`

Here is the list:

 - ListeningMessageSearchIndex (MailboxDeletionImpl - AddedImpl - ExpungedImpl - FlagsUpdatedImpl)
 - MailboxAnnotationListener (MailboxDeletionImpl - for retieving the mailbox Id)
 - SpamAssassinListener (AddedImpl)

We will need to drop the optimization of handling messages alongside events and read them from the mailbox manager (SpamAssassin, indexing)



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