mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
Support of UID EXPUNGE
This commit is contained in:
@ -89,7 +89,7 @@ type storeMailboxProvider interface {
|
||||
MarkMessagesDeleted(apiID []string) error
|
||||
MarkMessagesUndeleted(apiID []string) error
|
||||
ImportMessage(msg *pmapi.Message, body []byte, labelIDs []string) error
|
||||
RemoveDeleted() error
|
||||
RemoveDeleted(apiIDs []string) error
|
||||
}
|
||||
|
||||
type storeMessageProvider interface {
|
||||
|
||||
Reference in New Issue
Block a user