diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-16 16:00:54 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-16 16:00:54 +0200 |
commit | dc563fadd85712628bc6003da5da72b4d7e2f591 (patch) | |
tree | 04566a4af3d0c1c8bee9496948c52d4b48514675 /plugins/password/drivers/vpopmaild.php | |
parent | 001d337b3793857c5953bd814cd44b93a5f0d53d (diff) | |
parent | d6eb889df945bcc9381ad4154b4ec9db9aec0ec3 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/password/drivers/vpopmaild.php')
-rw-r--r-- | plugins/password/drivers/vpopmaild.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/password/drivers/vpopmaild.php b/plugins/password/drivers/vpopmaild.php index 6c1a9ee9d..40731206a 100644 --- a/plugins/password/drivers/vpopmaild.php +++ b/plugins/password/drivers/vpopmaild.php @@ -22,6 +22,8 @@ class rcube_vpopmaild_password $rcmail->config->get('password_vpopmaild_port'), null))) { return PASSWORD_CONNECT_ERROR; } + + $vpopmaild->setTimeout($rcmail->config->get('password_vpopmaild_timeout'),0); $result = $vpopmaild->readLine(); if(!preg_match('/^\+OK/', $result)) { |