]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
imap-acl: Implement proxying commands to an imapc location for MYRIGHTS
authorMarkus Valentin <markus.valentin@open-xchange.com>
Wed, 19 May 2021 12:52:36 +0000 (14:52 +0200)
committerMarkus Valentin <markus.valentin@open-xchange.com>
Wed, 26 May 2021 09:35:57 +0000 (11:35 +0200)
commit5a7cf68dfd9bb7460231adca703f231b81f6c2a6
tree51734203855bfff160b761c9577edcbe5d2b7963
parentc923bd0f75989ea9485211e54055c6e1add8f2b9
imap-acl: Implement proxying commands to an imapc location for MYRIGHTS

Introduce the needed changes to proxy imap-acl commands to a remote
backend using imap-client.

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