forked from Silverfish/proton-bridge
Pause event loop while FETCHing to prevetn EXPUNGE
This commit is contained in:
@ -41,6 +41,8 @@ type storeUserProvider interface {
|
||||
attachedPublicKey,
|
||||
attachedPublicKeyName string,
|
||||
parentID string) (*pmapi.Message, []*pmapi.Attachment, error)
|
||||
|
||||
PauseEventLoop(bool)
|
||||
}
|
||||
|
||||
type storeAddressProvider interface {
|
||||
|
||||
Reference in New Issue
Block a user