feat: Remove imap::Session::sync_seen_flags() (#7742)

This commit is contained in:
iequidoo
2026-01-20 18:31:23 -03:00
parent 6accfb954b
commit 6dbd1aeb5b
4 changed files with 33 additions and 196 deletions

View File

@@ -1,4 +1,5 @@
use super::*;
use crate::chat::ChatId;
use crate::contact::Contact;
use crate::test_utils::TestContext;