]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
imap-acl: Implement proxying commands to an imapc location for DELETEACL
authorMarkus Valentin <markus.valentin@open-xchange.com>
Wed, 19 May 2021 13:12:35 +0000 (15:12 +0200)
committermarkus.valentin <markus.valentin@open-xchange.com>
Wed, 26 May 2021 10:15:09 +0000 (10:15 +0000)
commit815d1775517ab9c1f192246538d2551e32f78542
tree1f855d1bc9da5652c4e3ca4325c9bab88c0fcc2a
parent8c69929d707a6033533a23472f4f38faf31d6546
imap-acl: Implement proxying commands to an imapc location for DELETEACL

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