]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-imap-client: Fix automatic reconnecting with delayed logins
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 22 Apr 2024 07:59:37 +0000 (10:59 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 29 Apr 2024 18:13:34 +0000 (18:13 +0000)
commitdb8a542f3d95c7e03ad160fd8f73d4b01994c906
tree00715ba17e4477c295dafa0de4864301d792ee09
parent949a6fb39105bf19cb8e15d36fa58dd8ecd0353f
lib-imap-client: Fix automatic reconnecting with delayed logins

reconnect_command_count was always set to 1, because there was always
the command that triggered the connection. It was never reset to 0,
which caused reconnects to never happen.
src/lib-imap-client/imapc-connection.c