Skip to content

Commit 5da9ab5

Browse files
committed
email
1 parent b47f436 commit 5da9ab5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jacs/src/email/sign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use chrono::Utc;
99
use sha2::{Digest, Sha256};
1010
use uuid::Uuid;
1111

12-
use super::attachment::{add_jacs_attachment, ensure_multipart_mixed};
12+
use super::attachment::{add_jacs_attachment, ensure_multipart_mixed, get_jacs_attachment, remove_jacs_attachment, rfind_bytes};
1313
use super::canonicalize::{
1414
canonicalize_body, canonicalize_header, compute_attachment_hash, compute_body_hash,
1515
compute_header_entry, extract_email_parts,

jacs/src/email/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ mod tests {
362362
current_value: Some("user@example.com".to_string()),
363363
},
364364
],
365+
chain: vec![],
365366
};
366367

367368
let json_str = serde_json::to_string(&result).unwrap();

0 commit comments

Comments
 (0)