]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
imap: imap-sync - Fix VANISHED response with UID=1
authorSplintermail Dev <dev@splintermail.com>
Wed, 19 May 2021 11:56:13 +0000 (05:56 -0600)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 1 Jun 2021 15:27:46 +0000 (15:27 +0000)
commite903c76ef32ea654d4655b5dc104351db21c249d
treec18266d68cedc4836130e41a0034b0531c490f0d
parent0cb2ec40a40a0fa1097fb37a8b0ea262fc0ff61d
imap: imap-sync - Fix VANISHED response with UID=1

Fixes a bug introduced in 4eb3f6f27, where a UID EXPUNGE 1 command
resulted in a VANSIHED 0:1 response, which is invalid IMAP syntax
(sequence sets must have nonzero values).
src/imap/imap-sync.c