use rfc2047 crate from @valodim and remove dc_strencode.rs completely

This commit is contained in:
holger krekel
2019-12-05 13:11:51 +01:00
parent ec81d29580
commit c2e8cc9bd6
6 changed files with 40 additions and 82 deletions

View File

@@ -1,5 +1,6 @@
#![deny(clippy::correctness, missing_debug_implementations, clippy::all)]
#![warn(
// for now we hide warnings to not clutter/hide errors during "cargo check"
#![allow(
clippy::type_complexity,
clippy::cognitive_complexity,
clippy::too_many_arguments,
@@ -75,7 +76,6 @@ mod dehtml;
pub mod dc_array;
pub mod dc_receive_imf;
mod dc_simplify;
mod dc_strencode;
pub mod dc_tools;
/// if set imap/incoming and smtp/outgoing MIME messages will be printed