fix Package.swift: remove NIOIMAPCore product reference (only NIOIMAP is exported by swift-nio-imap) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
110 B
Swift
6 lines
110 B
Swift
public enum SyncState: Sendable, Equatable {
|
|
case idle
|
|
case syncing(mailbox: String?)
|
|
case error(String)
|
|
}
|