SSL Handshake Prompt for IMAP (#381)
* Fix an incorrect namespace for copy auth url request. * Implemented SSL handshake process for testing imap configuration. * Implemented SSL handshake process for testing imap configuration. * Replace certificate PathIcon with WinoFontIcon in XAML.
This commit is contained in:
7
Wino.Messages/Server/ImapConnectivityTestRequested.cs
Normal file
7
Wino.Messages/Server/ImapConnectivityTestRequested.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Wino.Core.Domain.Entities;
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
namespace Wino.Messaging.Server
|
||||
{
|
||||
public record ImapConnectivityTestRequested(CustomServerInformation ServerInformation, bool IsSSLHandshakeAllowed) : IClientMessage;
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
using Wino.Messaging.UI;
|
||||
|
||||
namespace Wino.Messaging.Server
|
||||
namespace Wino.Messaging.UI
|
||||
{
|
||||
/// <summary>
|
||||
/// When authenticators are proposed to copy the auth URL on the UI.
|
||||
Reference in New Issue
Block a user