async fn handle_edit_delete( context: &Context, mime_parser: &MimeMessage, from_id: ContactId, ) -> Result<()>
Checks for “Chat-Edit” and “Chat-Delete” headers, and edits/deletes existing messages accordingly.