mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-04 23:34:01 +01:00
Fixes the state on connection close, so when you reconnect there's use of old capabiltieis. This fixes the following scenario: - user connects to imap and authenticates using LOGIN command, after this capabilities may contain LOGINDISABLED - user disconnects - in the same request user connects again and authenticates as before but it can't because of the wrong LOGINDISABLED state.