[
https://issues.apache.org/jira/browse/JAMES-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benoit Tellier closed JAMES-3482.
---------------------------------
Fix Version/s: 3.8.0
Resolution: Fixed
CF https://github.com/apache/james-project/pull/1320
> 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
> Fix For: 3.8.0
>
>
> 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.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]