(20250118) Ready to test Mail Sync (Cron) on the server.
This commit is contained in:
@@ -268,8 +268,11 @@ async def sync_mail(
|
||||
message = sync_results.message,
|
||||
data = {
|
||||
"totalCount": sync_results.totalCount,
|
||||
"attemptedCount": sync_results.attemptedCount,
|
||||
"successCount": sync_results.successCount,
|
||||
"failureCount": sync_results.failureCount
|
||||
"failureCount": sync_results.failureCount,
|
||||
"newCount": sync_results.newCount,
|
||||
"existingCount": sync_results.totalCount - sync_results.newCount
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user