linagora / james-project

Mirror of Apache James Project
Apache License 2.0
72 stars 62 forks source link

check that mailboxes on which i have a p right are not listed in the ones i can see #5290

Closed florentos17 closed 1 month ago

florentos17 commented 1 month ago

Why ?

in the context of sub addressing, users can now grant p right to no one or anyone to their mailboxes (CF this github issue).

What ?

it would be good to check that mailboxes on which i have a p right are not listed in the ones i can see:

GIVEN bob gives 'p' right to anyone
WHEN alice lists mailboxes
THEN alice does not see bob's mailbox
GIVEN bob gives 'p' right to alice
WHEN alice lists mailboxes
THEN alice does not see bob's mailbox

How ?

add tests in MailboxManagerTest