Refactored impa synchronization.
This commit is contained in:
@@ -79,6 +79,13 @@ public interface IFolderService
|
||||
/// <param name="folder">Folder to update.</param>
|
||||
Task UpdateFolderAsync(MailItemFolder folder);
|
||||
|
||||
/// <summary>
|
||||
/// Updates only IMAP HighestModeSeq for the given folder.
|
||||
/// </summary>
|
||||
/// <param name="folderId">Folder id to update.</param>
|
||||
/// <param name="highestModeSeq">Latest known mod-seq value.</param>
|
||||
Task UpdateFolderHighestModeSeqAsync(Guid folderId, long highestModeSeq);
|
||||
|
||||
/// <summary>
|
||||
/// Returns the active folder menu items for the given account for UI.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user