Function deltachat::imap::markseen_on_imap_table
source ยท pub(crate) async fn markseen_on_imap_table(
context: &Context,
message_id: &str,
) -> Result<()>
Expand description
Schedule marking the message as Seen on IMAP by adding all known IMAP messages corresponding to
the given Message-ID to imap_markseen
table.