[Imapsync] fix custom params

This commit is contained in:
FreddleSpl0it
2026-07-21 17:13:33 +02:00
parent 6758999cf3
commit 52ca8f95c2
11 changed files with 161 additions and 137 deletions
+1 -2
View File
@@ -1050,8 +1050,7 @@ if (isset($_GET['query'])) {
process_get_return($data);
break;
case "syncjob_options":
// allowlisted imapsync option names, for the custom-params datalist in the UI
process_get_return($GLOBALS['IMAPSYNC_OPTIONS']['whitelist']);
process_get_return($GLOBALS['IMAPSYNC_OPTIONS']);
break;
case "syncjob_source":
switch ($object) {