mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
move attachment, body and header to dedicated folders
This commit is contained in:
@@ -18,8 +18,10 @@ use crate::{
|
||||
mbox::entity::Mbox,
|
||||
msg::{
|
||||
self,
|
||||
body::Body,
|
||||
entity::{Msg, Msgs},
|
||||
body::entity::Body,
|
||||
entity::{Msg, MsgSerialized, Msgs},
|
||||
flag::entity::Flags,
|
||||
header::entity::Headers,
|
||||
},
|
||||
smtp::service::SmtpServiceInterface,
|
||||
},
|
||||
@@ -27,8 +29,6 @@ use crate::{
|
||||
ui::choice::{self, PostEditChoice},
|
||||
};
|
||||
|
||||
use super::{entity::MsgSerialized, flag::entity::Flags, headers::Headers};
|
||||
|
||||
// TODO: move this function to the right folder
|
||||
fn msg_interaction<ImapService: ImapServiceInterface, SmtpService: SmtpServiceInterface>(
|
||||
output: &OutputService,
|
||||
|
||||
Reference in New Issue
Block a user