mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-31 01:52:30 +00:00
update
This commit is contained in:
@@ -378,6 +378,11 @@ fn extract_recipients_list(message: &Rc<dyn Message>) -> (Vec<String>, Vec<Strin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
let receiver = extract_string_property(message.properties(), 0x0076);
|
||||||
|
if let Some(receiver) = receiver {
|
||||||
|
to.push(receiver);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
(to, cc, bcc)
|
(to, cc, bcc)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user