Move parse_message_id from wrapmime.rs to imap/mod.rs

This commit is contained in:
Alexander Krotov
2019-12-15 16:14:09 +01:00
parent 24d9011939
commit 1de535363d
3 changed files with 30 additions and 33 deletions

View File

@@ -63,7 +63,6 @@ pub mod sql;
pub mod stock;
mod token;
#[macro_use]
mod wrapmime;
mod dehtml;
pub mod dc_receive_imf;