mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
try fix incoming text/html in multipart/mixed
This commit is contained in:
@@ -47,10 +47,12 @@ pub fn dc_receive_imf(
|
||||
server_uid,
|
||||
);
|
||||
|
||||
/*
|
||||
if std::env::var(crate::DCC_MIME_DEBUG).is_ok() {
|
||||
info!(context, "dc_receive_imf: incoming message mime-body:");
|
||||
println!("{}", String::from_utf8_lossy(imf_raw));
|
||||
}
|
||||
*/
|
||||
|
||||
let mime_parser = MimeParser::from_bytes(context, imf_raw);
|
||||
let mut mime_parser = if let Err(err) = mime_parser {
|
||||
|
||||
Reference in New Issue
Block a user