Improve alias capability model and Outlook alias sync
This commit is contained in:
@@ -128,6 +128,10 @@ public static class GoogleIntegratorExtensions
|
||||
ReplyToAddress = a.ReplyToAddress,
|
||||
AliasSenderName = a.DisplayName,
|
||||
IsVerified = a.VerificationStatus == "accepted" || a.IsDefault.GetValueOrDefault(),
|
||||
Source = AliasSource.ProviderDiscovered,
|
||||
SendCapability = a.VerificationStatus == "accepted" || a.IsDefault.GetValueOrDefault()
|
||||
? AliasSendCapability.Confirmed
|
||||
: AliasSendCapability.Unknown,
|
||||
}).ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user