@@ -1,9 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using Wino.Core.Domain.Entities.Shared;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface IImapTestService
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
Task TestImapConnectionAsync(CustomServerInformation serverInformation, bool allowSSLHandShake);
|
||||
public interface IImapTestService
|
||||
{
|
||||
Task TestImapConnectionAsync(CustomServerInformation serverInformation, bool allowSSLHandShake);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user