Add MIME support

- Wrap encrypted mails into a mime structure
- Add 'protected headers'
This commit is contained in:
Malte Meiboom
2026-06-08 10:58:25 +02:00
parent e43f627e1b
commit d24aaf83e4
12 changed files with 638 additions and 18 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ impl HuskConfig {
Err(HuskError::ConfigFileOpenError(format!(
"{} - {}",
path,
e.to_string())).into())
e)).into())
}
}
}