Remove commented code.

This commit is contained in:
Burak Kaan Köse
2025-02-03 19:15:54 +01:00
parent 380883a3d5
commit 133f768af4

View File

@@ -185,7 +185,6 @@ namespace Wino.Core.Synchronizers.Mail
if (!smtpClient.IsAuthenticated)
await smtpClient.AuthenticateAsync(Account.ServerInformation.OutgoingServerUsername, Account.ServerInformation.OutgoingServerPassword);
// smtpClient.Capabilities.HasFlag(MailKit.Net.Smtp.SmtpCapabilities.mime)
// TODO: Transfer progress implementation as popup in the UI.
await smtpClient.SendAsync(singleRequest.Mime, default);
await smtpClient.DisconnectAsync(true);