mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
usage of latest upstream go-imap
This commit is contained in:
@ -110,7 +110,7 @@ func imapClientDoesNotReceiveUpdateForMessageWithin(clientID, messageUIDs string
|
||||
}
|
||||
|
||||
func iterateOverSeqSet(seqSet string, callback func(string)) {
|
||||
seq, err := imap.NewSeqSet(seqSet)
|
||||
seq, err := imap.ParseSeqSet(seqSet)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user