mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-30 16:43:36 +00:00
[Imapsync] Add oauth support
This commit is contained in:
@@ -6,7 +6,7 @@ if (!isset($_SESSION['mailcow_cc_role'])) {
|
||||
}
|
||||
|
||||
if (isset($_GET['id']) && is_numeric($_GET['id'])) {
|
||||
if ($details = mailbox('get', 'syncjob_details', intval($_GET['id']))) {
|
||||
if ($details = syncjob('get', 'job', intval($_GET['id']))) {
|
||||
echo (empty($details['log'])) ? '-' : $details['log'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user