SMTP codebase import
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user