Disable synchronization for default imap folders.

This commit is contained in:
Burak Kaan Köse
2024-06-21 04:25:32 +02:00
parent 5b723ec954
commit cf8ad3d697

View File

@@ -14,8 +14,7 @@ namespace Wino.Core.Extensions
FolderName = mailkitMailFolder.Name,
RemoteFolderId = mailkitMailFolder.FullName,
ParentRemoteFolderId = mailkitMailFolder.ParentFolder?.FullName,
SpecialFolderType = Domain.Enums.SpecialFolderType.Other,
IsSynchronizationEnabled = true
SpecialFolderType = Domain.Enums.SpecialFolderType.Other
};
}
}