1
0

GODT-1152: Correctly resolve wildcard sequence/UID set

This commit is contained in:
James Houlahan
2021-04-30 10:35:34 +00:00
committed by Jakub Cuth
parent 323303a98b
commit 27cfda680d
5 changed files with 129 additions and 31 deletions

View File

@ -128,7 +128,7 @@ func mailboxForAddressOfUserHasMessages(mailboxName, bddAddressID, bddUserID str
if err != nil {
return internalError(err, "getting store mailbox")
}
apiIDs, err := mailbox.GetAPIIDsFromSequenceRange(0, 1000)
apiIDs, err := mailbox.GetAPIIDsFromSequenceRange(1, 1000)
if err != nil {
return internalError(err, "getting API IDs from sequence range")
}