fix missing imports for mmime

This commit is contained in:
dignifiedquire
2019-05-07 13:48:13 +01:00
parent 50b88332e3
commit 2bead0aa6c
11 changed files with 50 additions and 11 deletions

View File

@@ -1,6 +1,11 @@
//! Stress some functions for testing; if used as a lib, this file is obsolete.
use std::ffi::{CStr, CString};
use mmime::mailimf_types::*;
use mmime::mailmime_content::*;
use mmime::mailmime_types::*;
use mmime::other::*;
use tempfile::tempdir;
use deltachat::constants::*;