More detailed ImapImplementation for ID extension.

This commit is contained in:
Burak Kaan Köse
2024-08-17 19:53:50 +02:00
parent abff850427
commit 2e4a664744

View File

@@ -33,11 +33,13 @@ namespace Wino.Core.Integration
// Later on maybe we can make it configurable and leave it to the user with passing // Later on maybe we can make it configurable and leave it to the user with passing
// real implementation details. // real implementation details.
private readonly ImapImplementation _implementation = new ImapImplementation() private readonly ImapImplementation _implementation = new()
{ {
Version = "1.0", Version = "1.8.0",
OS = "Windows", OS = "Windows",
Vendor = "Wino" Vendor = "Wino",
SupportUrl = "https://www.winomail.app",
Name = "Wino Mail User",
}; };
private readonly int MinimumPoolSize = 5; private readonly int MinimumPoolSize = 5;