Files
roundcubemail/plugins/reconnect/config.inc.php.dist
hefee 8ef57a4173 Add 'reconnect' plugin to retry IMAP connection (#7844)
* Make storage_connect hook ready to be usable for reconnect plugins.
* Add reconnect plugin to retry to login into IMAP server.

Co-authored-by: Sandro Knauß <hefee@debian.org>
2021-02-06 16:46:21 +01:00

5 lines
98 B
Plaintext

<?php
// Maximum attempts to connect the IMAP server
$config['reconnect_imap_max_attempts'] = 5;