Pre-warmup on imap synchronizer interface.

This commit is contained in:
Burak Kaan Köse
2025-02-26 23:13:17 +01:00
parent 9b5a92f942
commit 970a521b66

View File

@@ -13,4 +13,5 @@ public interface IImapSynchronizer
Task<List<NewMailItemPackage>> CreateNewMailPackagesAsync(ImapMessageCreationPackage message, MailItemFolder assignedFolder, CancellationToken cancellationToken = default);
Task StartIdleClientAsync();
Task StopIdleClientAsync();
Task PreWarmClientPoolAsync();
}