api!: Remove unused config smtp_certificate_checks

This commit is contained in:
Hocuri
2026-04-14 13:31:52 +02:00
parent 3c25e4b726
commit 18d878378f
8 changed files with 5 additions and 23 deletions

View File

@@ -178,7 +178,7 @@ impl EnteredLoginParam {
// The setting is named `imap_certificate_checks`
// for backwards compatibility,
// but now it is a global setting applied to all protocols,
// while `smtp_certificate_checks` is ignored.
// while `smtp_certificate_checks` has been removed.
let certificate_checks = if let Some(certificate_checks) = context
.get_config_parsed::<i32>(Config::ImapCertificateChecks)
.await?