mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 06:24:54 +00:00
[Imapsync] Use dropdown for custom params
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user