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

This commit is contained in:
iequidoo
2026-01-20 18:31:23 -03:00
parent c37bed6b10
commit 95ca5ecd38
9 changed files with 34 additions and 211 deletions

View File

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