Reworked IMAP folder synchronization logic. Gained 4x and fixed bunch of bugs around it.
This commit is contained in:
@@ -85,5 +85,11 @@ namespace Wino.Core.Domain.Interfaces
|
||||
Task UpdateFolderLastSyncDateAsync(Guid folderId);
|
||||
|
||||
Task TestAsync();
|
||||
|
||||
/// <summary>
|
||||
/// Updates the given folder.
|
||||
/// </summary>
|
||||
/// <param name="folder">Folder to update.</param>
|
||||
Task UpdateFolderAsync(MailItemFolder folder);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user