Fix requiring sender name in the initial account setup dialog for IMAP.

This commit is contained in:
Burak Kaan Köse
2024-06-10 16:22:35 +02:00
parent d71b6d0ab0
commit fed9345bea
2 changed files with 17 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ namespace Wino.Core.Domain.Models.Accounts
public string ProviderImage => $"ms-appx:///Assets/Providers/{Type}.png";
public bool IsSupported => Type == MailProviderType.Outlook || Type == MailProviderType.Gmail || Type == MailProviderType.IMAP4;
public bool RequireSenderNameOnCreationDialog => Type != MailProviderType.IMAP4;
public ProviderDetail(MailProviderType type)
{