SMTP codebase import

This commit is contained in:
Mauro D
2023-05-16 18:25:38 +00:00
parent 4d44e2fa77
commit 77ced9e7fd
169 changed files with 30767 additions and 164 deletions

View File

@@ -1,10 +1,11 @@
use std::path::PathBuf;
#[cfg(test)]
pub mod jmap;
//pub mod jmap;
#[cfg(test)]
pub mod store;
//pub mod store;
#[cfg(test)]
pub mod smtp;
pub fn add_test_certs(config: &str) -> String {
let mut cert_path = PathBuf::from(env!("CARGO_MANIFEST_DIR"));