mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
Use mail_certificate_checks configuration in imap.rs
This commit is contained in:
@@ -4,7 +4,7 @@ use std::fmt;
|
||||
use crate::context::Context;
|
||||
use crate::error::Error;
|
||||
|
||||
#[derive(Debug, FromPrimitive)]
|
||||
#[derive(Copy, Clone, Debug, FromPrimitive)]
|
||||
#[repr(i32)]
|
||||
pub enum CertificateChecks {
|
||||
Automatic,
|
||||
|
||||
Reference in New Issue
Block a user