create wrapmime module and simplify some mailmime code

This commit is contained in:
holger krekel
2019-09-23 01:43:12 +02:00
parent cb784615ee
commit e1d541b02e
4 changed files with 408 additions and 390 deletions

View File

@@ -67,6 +67,8 @@ pub mod dc_tools;
mod login_param;
pub mod securejoin;
mod token;
#[macro_use]
pub(crate) mod wrapmime;
#[cfg(test)]
mod test_utils;