mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 09:06:45 +00:00
Mitigate Apple Mail re-sync (both bodies and meta info)
This commit is contained in:
@ -30,6 +30,8 @@ type ChangeNotifier interface {
|
||||
DeleteMessage(address, mailboxName string, sequenceNumber uint32)
|
||||
MailboxCreated(address, mailboxName string)
|
||||
MailboxStatus(address, mailboxName string, total, unread, unreadSeqNum uint32)
|
||||
|
||||
CanDelete(mailboxID string) (bool, func())
|
||||
}
|
||||
|
||||
// SetChangeNotifier sets notifier to be called once mailbox or message changes.
|
||||
|
||||
Reference in New Issue
Block a user