]> 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:15:09 +0000 (10:15 +0000)
commit8c69929d707a6033533a23472f4f38faf31d6546
treed03b25dfbf8af8cca656c1a3ced6305fb936315b
parent7825e59bb85d87e28b1c01b69ac9d0dc62ac5116
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