fix: HTTP Error 500 Internal Server Error: Failed for 58344335-2e86-4009-979d-6da0331bff63 - Failed to export an email. Aborting process... #275

This commit is contained in:
rustmailer
2026-05-28 17:47:10 +08:00
parent 8fcb55320f
commit 4a3c42c1eb
+1
View File
@@ -53,6 +53,7 @@ pub struct AttachmentInfo {
/// Page count reported by the extractor, if any.
pub extracted_page_count: Option<u32>,
/// Whether the extracted text came from OCR.
#[serde(default)]
pub extracted_is_ocr: bool,
}