Closed
Bug 135977
Opened 23 years ago
Closed 21 years ago
ACL implementation for IMAP accounts: setting ACL
Categories
(MailNews Core :: Networking: IMAP, enhancement)
MailNews Core
Networking: IMAP
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 207628
People
(Reporter: luca, Assigned: mscott)
References
()
Details
Bug 38967 deals with the implementation of the ACL functionality for an IMAP
account.
The implementation is only partial, though, because it only deals with
displaying the rights on a folder (and only for the logged in user, not showing
rights granted to other users) and not with setting them (SETACL and DELETEACL
commands in rfc2086).
Another problem with the implementation of bug 38967 is that the ACL is fetched
only once, and if it is modified externally to mozilla (as there's no other
option currently) the shown rights won't reflect reality.
A possible implementation would be, in the "sharing" tab:
a) To show the rights for all users that can access the folder
b) To fetch the rights from the server any time the "sharing" tab is shown
c) If the user has the "a" (administer) right, offer her the option to modify
the rights for the folder.
The implementation of c) could be a dialog with
1) a text field to introduce the name of another user (since mozilla doesn't
know anything about other users) with a checkbox for each possible right
2) a line for each user that currently has rights on the folder with a checkbox
for each possible right
3) a button to confirm the action
Comment 1•22 years ago
|
||
*** Bug 193333 has been marked as a duplicate of this bug. ***
Comment 2•22 years ago
|
||
Comment 4•21 years ago
|
||
resolving as dup.
*** This bug has been marked as a duplicate of 207628 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•