usage of latest upstream go-imap

This commit is contained in:
Michal Horejsek
2020-04-03 13:59:14 +02:00
parent 3d3b91b242
commit ea0f3115a3
13 changed files with 129 additions and 173 deletions

View File

@ -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)
}