[Imapsync] Use dropdown for custom params

This commit is contained in:
FreddleSpl0it
2026-07-17 20:45:46 +02:00
parent 496c3a51ac
commit 069b89629e
12 changed files with 237 additions and 125 deletions
+4
View File
@@ -1049,6 +1049,10 @@ 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']);
break;
case "syncjob_source":
switch ($object) {
case "all":