We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01bbf0 commit 7c946a6Copy full SHA for 7c946a6
1 file changed
crates/imap/src/op/acl.rs
@@ -40,7 +40,7 @@ use utils::map::bitmap::Bitmap;
40
impl<T: SessionStream> Session<T> {
41
pub async fn handle_get_acl(&mut self, request: Request<Command>) -> trc::Result<()> {
42
// Validate access
43
- self.assert_has_permission(Permission::ImapAuthenticate)?;
+ self.assert_has_permission(Permission::ImapAclGet)?;
44
45
let op_start = Instant::now();
46
let arguments = request.parse_acl(self.is_utf8)?;
0 commit comments