mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
Try to lock strict TLS if certificate checks are automatic
This commit is contained in:
@@ -243,6 +243,7 @@ fn parse_serverparams(in_emailaddr: &str, xml_raw: &str) -> Result<Vec<ServerPar
|
||||
hostname: server.hostname,
|
||||
port: server.port,
|
||||
username: server.username,
|
||||
strict_tls: None,
|
||||
})
|
||||
})
|
||||
.collect();
|
||||
|
||||
Reference in New Issue
Block a user