linagora / james-project

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

JAMES-3945 IMAP & JMAP right management for sub addressing #5289

Open florentos17 opened 1 month ago

florentos17 commented 1 month ago

refs:

the first part of the work is done, now subaddressing works on the backend side, CF the first github issue and the associated PR

right positioning using IMAP, eg setting the p right for a specific folder for either no one or anyone, is also done, CF this PR

remains to be done: right positioning using JMAP. speaking to @chibenwa, we agreed to wait for front-end support before carrying on with that.

tddang-linagora commented 1 week ago

we agreed to wait for front-end support before carrying on with that.

@chibenwa In what aspect do you need front end support, so that an back end feature can be implemented after? Isn't it the other way around?

chibenwa commented 1 week ago

@chibenwa In what aspect do you need front end support, so that an back end feature can be implemented after? Isn't it the other way around?

Indeed there's a misunderstanding here.

I wish the backend do not deliver features that never gets exposed by the frontend but indeed adding backend support would be a prerequisite to frontend support.