Outlook sync improvements.
This commit is contained in:
@@ -36,6 +36,12 @@ public class MailItemFolder : IMailItemFolder
|
||||
/// </summary>
|
||||
public string DeltaToken { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether initial synchronization of mail ids is completed for this folder.
|
||||
/// Used to determine if we should queue all mail ids first or start downloading from queue.
|
||||
/// </summary>
|
||||
public bool IsInitialSyncCompleted { get; set; }
|
||||
|
||||
// For GMail Labels
|
||||
public string TextColorHex { get; set; }
|
||||
public string BackgroundColorHex { get; set; }
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
namespace Wino.Core.Domain.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Enumeration for the source of synchronization.
|
||||
/// Right now it can either be from the client or the server.
|
||||
/// </summary>
|
||||
public enum SynchronizationSource
|
||||
{
|
||||
Client,
|
||||
Server
|
||||
}
|
||||
Reference in New Issue
Block a user