Removed old code from imap setup dialogs pages.

This commit is contained in:
Burak Kaan Köse
2024-06-21 02:58:12 +02:00
parent e009bebfaf
commit 8e97c1e9e8
2 changed files with 1 additions and 16 deletions

View File

@@ -15,8 +15,6 @@ namespace Wino.Views.ImapSetup
{
public sealed partial class AdvancedImapSetupPage : Page
{
private string _protocolLog;
public List<ImapAuthenticationMethodModel> AvailableAuthenticationMethods { get; } = new List<ImapAuthenticationMethodModel>()
{
new ImapAuthenticationMethodModel(Core.Domain.Enums.ImapAuthenticationMethod.Auto, Translator.ImapAuthenticationMethod_Auto),