Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /var/webuzo-data/roundcube/public_html/plugins/reconnect/ |
Upload File : |
# RoundCube Reconnect Plugin RoundCube reconnect Plugin is a small plugin that will try to reconnect to an IMAP server, if there is no explicit error code replied. If there is a know failure like wrong password, no additional attempts are triggered. This should help in cases, when the connection to the IMAP server is not 100% stable. ## Configuration You can specify the maximum attempts to connect the IMAP server. // Maximum attempts to connect the IMAP server $config['reconnect_imap_max_attempts'] = 5;