mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
* 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>
5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
<?php
|
|
|
|
// Maximum attempts to connect the IMAP server
|
|
$config['reconnect_imap_max_attempts'] = 5;
|