[Imapsync] Add parallel imapsync support

This commit is contained in:
FreddleSpl0it
2026-07-17 19:31:09 +02:00
parent 06a2a14c55
commit 496c3a51ac
13 changed files with 521 additions and 36 deletions
+7
View File
@@ -272,6 +272,7 @@ jQuery(function($){
"tr" +
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
language: lang_datatables,
order: [[3, 'asc']],
ajax: {
type: "GET",
url: '/api/v1/get/syncjobs/' + encodeURIComponent(mailcow_cc_username) + '/no_log',
@@ -345,6 +346,12 @@ jQuery(function($){
defaultContent: '',
responsivePriority: 3
},
{
title: lang.syncjobs.order_id,
data: 'order_id',
defaultContent: '',
responsivePriority: 3
},
{
title: 'Server',
data: 'server_w_port',