Disable synchronization for default imap folders.
This commit is contained in:
@@ -14,8 +14,7 @@ namespace Wino.Core.Extensions
|
|||||||
FolderName = mailkitMailFolder.Name,
|
FolderName = mailkitMailFolder.Name,
|
||||||
RemoteFolderId = mailkitMailFolder.FullName,
|
RemoteFolderId = mailkitMailFolder.FullName,
|
||||||
ParentRemoteFolderId = mailkitMailFolder.ParentFolder?.FullName,
|
ParentRemoteFolderId = mailkitMailFolder.ParentFolder?.FullName,
|
||||||
SpecialFolderType = Domain.Enums.SpecialFolderType.Other,
|
SpecialFolderType = Domain.Enums.SpecialFolderType.Other
|
||||||
IsSynchronizationEnabled = true
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user