]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
imap-acl: Implement proxying commands to an imapc location for SETACL
authorMarkus Valentin <markus.valentin@open-xchange.com>
Wed, 19 May 2021 13:11:40 +0000 (15:11 +0200)
committerMarkus Valentin <markus.valentin@open-xchange.com>
Wed, 26 May 2021 10:02:04 +0000 (12:02 +0200)
commit52333bdb223e18347d7991d80d2f5bd4af0422bc
tree2c44ce534dbb966ea99c79ccad08ec4a2a0f9dad
parent7a6dda9cef2e7f49917a30bc6b1ee6a079c35f32
imap-acl: Implement proxying commands to an imapc location for SETACL

Before calling imap_acl_cmd_setacl in cmd_setacl the new code checks if
the command should be proxied and if so, does the proxying.
src/plugins/imap-acl/imap-acl-plugin.c