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 2020/12/17 10:39:01 UTC

[jira] [Commented] (JAMES-3482) Mailbox/changes do not take isSubscribe changes into account

    [ https://issues.apache.org/jira/browse/JAMES-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17250985#comment-17250985 ] 

Benoit Tellier commented on JAMES-3482:
---------------------------------------

As a side note, Linagora JMAP eco-system do not take Mailbox::isSubscribed property into account.

As changes required to make it work are quite significant, solving this issue will not be my priority.

I opened this ticket in hope a kind contributor devotes himself to work on it, or to keep track of it.

> Mailbox/changes do not take isSubscribe changes into account
> ------------------------------------------------------------
>
>                 Key: JAMES-3482
>                 URL: https://issues.apache.org/jira/browse/JAMES-3482
>             Project: James Server
>          Issue Type: Sub-task
>          Components: eventbus, JMAP
>            Reporter: Benoit Tellier
>            Assignee: Antoine Duprat
>            Priority: Major
>              Labels: bug
>
> h2. What
> {code:java}
> GIVEN a subscribed mailbox
> WHEN I unsubscribe it
> THEN the change is not recorded and a new state is not generated
> {code}
> h2. How
> We need extra Mailbox events to capture **subscription changes**: MailboxSubscribed, MailboxUnsubscribed.
> MailboxChangeListener needs to record state changes upon these events.
> h2. Definition of done
> The following Mailbox/changes integration test should pass:
> {code:java}
> GIVEN a subscribed mailbox
> WHEN I unsubscribe it
> THEN the changeshould be recorded and a new state should be generated
> {code}



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