Remove commented code.
This commit is contained in:
@@ -185,7 +185,6 @@ namespace Wino.Core.Synchronizers.Mail
|
|||||||
if (!smtpClient.IsAuthenticated)
|
if (!smtpClient.IsAuthenticated)
|
||||||
await smtpClient.AuthenticateAsync(Account.ServerInformation.OutgoingServerUsername, Account.ServerInformation.OutgoingServerPassword);
|
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.
|
// TODO: Transfer progress implementation as popup in the UI.
|
||||||
await smtpClient.SendAsync(singleRequest.Mime, default);
|
await smtpClient.SendAsync(singleRequest.Mime, default);
|
||||||
await smtpClient.DisconnectAsync(true);
|
await smtpClient.DisconnectAsync(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user