public enum SyncState: Sendable, Equatable { case idle case syncing(mailbox: String?) case error(String) }