This commit is contained in:
rustmailer
2026-05-23 12:08:49 +08:00
parent 36f3f19cdc
commit d8b78b8010
2 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -569,8 +569,7 @@ pub async fn reattach_eml_content_self_healing(
error = %e,
"On-demand IMAP fetch for missing content blob failed; returning not-found"
);
// Surface the canonical "content not found" error to the caller.
reattach_eml_content(account_id, envelope_id)
Err(e)
}
}
}