{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "MailSharp.MailClient.Services.ImapService": "Debug" } }, "AllowedHosts": "*", "MailSettings": { "MessageListFetchLimit": 200, "MessageListCacheTtlMinutes": 5, "ContactMailSearchCacheTtlMinutes": 5, "MessageListPageSize": 20, "ContactMailsPageSize": 20, "SessionIdleTimeoutHours": 24, "DataProtectionKeysPath": "C:\\Data\\DataProtection\\Keys", "DefaultImapServer": "127.0.0.1", "DefaultImapPort": 993, "DefaultImapSecurity": "SslTls", "DefaultSmptServer": "127.0.0.1", "DefaultSmtpPort": 465, "DefaultSmtpSecurity": "SslTls", "LogRetentionDays": 30 } }