Fixed bodystructure tests

This commit is contained in:
Mauro D
2023-06-26 14:02:39 +00:00
parent b5f2af7d6a
commit 0cd010f8ec
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
use std::{fs, path::PathBuf};
use imap_proto::protocol::fetch::Section;
use imap::op::fetch::AsImapDataItem;
use imap_proto::{
protocol::fetch::{BodyContents, DataItem, Section},
ResponseCode, StatusResponse,
};
use mail_parser::Message;
#[test]