fix: Partial messages do not change group state (#4900)

This message makes that partial messages do not change the group state.
A simple fix and a comprehensive test is added. This is a follow up to
the former #4841 which took a different approach.
This commit is contained in:
Sebastian Klähn
2023-11-06 21:01:55 +01:00
committed by GitHub
parent ce32f76265
commit 1f52b8af2f
4 changed files with 131 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ pub(crate) struct MimeMessage {
/// Message headers.
headers: HashMap<String, String>,
/// Addresses are normalized and lowercased:
/// Addresses are normalized and lowercase
pub recipients: Vec<SingleInfo>,
/// `From:` address.