no functional code change: rename dc_mimefactory to mimefactory and move some functions to become MimeFactory methods

This commit is contained in:
holger krekel
2019-09-23 19:22:26 +02:00
parent f70897a6d3
commit faa03e0e14
5 changed files with 961 additions and 959 deletions

View File

@@ -23,12 +23,12 @@ use mmime::{mailmime_substitute, MAILIMF_NO_ERROR, MAIL_NO_ERROR};
use crate::aheader::*;
use crate::config::Config;
use crate::context::Context;
use crate::dc_mimefactory::*;
use crate::dc_mimeparser::*;
use crate::dc_tools::*;
use crate::error::*;
use crate::key::*;
use crate::keyring::*;
use crate::mimefactory::MimeFactory;
use crate::peerstate::*;
use crate::pgp::*;
use crate::securejoin::handle_degrade_event;