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

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