]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
pop3-login: Fix handling commands that are sent in multiple IP packets
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 15 Jul 2020 09:42:59 +0000 (12:42 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 28 Jul 2020 10:27:55 +0000 (13:27 +0300)
commit2c42881c056e5ab2e2e14b2f800d6dc72026399b
tree04f8e05ccef398f913df0e64f479e43a13339fcd
parent2c8a4e90feab2846da4a7a2a091218296396e407
pop3-login: Fix handling commands that are sent in multiple IP packets

This happened especially if the commands were long, like XCLIENT.

This got broken by recent pop3-login changes.
src/pop3-login/client-authenticate.c
src/pop3-login/client-authenticate.h
src/pop3-login/client.c
src/pop3-login/client.h