mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
Do not send an EXISTS reposnse after EXPUNGE or when nothing changed
This commit is contained in:
committed by
Jakub Cuth
parent
a246a35cb7
commit
0cb1ff9b16
@ -42,7 +42,7 @@ const (
|
||||
appendSucess = "APPEND successful"
|
||||
)
|
||||
|
||||
var log = logrus.WithField("pkg", "impa/uidplus") //nolint[gochecknoglobals]
|
||||
var log = logrus.WithField("pkg", "imap/uidplus") //nolint[gochecknoglobals]
|
||||
|
||||
// OrderedSeq to remember Seq in order they are added.
|
||||
// We didn't find any restriction in RFC that server must respond with ranges
|
||||
|
||||
Reference in New Issue
Block a user