Aleksander Machniak
2015-03-31 e6c1e0c6383ae4b138080bcfa033e13f9576ecad
Fix vpopmaild driver of password plugin
2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
plugins/password/drivers/vpopmaild.php 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -7,6 +7,7 @@
- Plugin API: Add special onload() method to execute plugin actions before startup (session and GUI initialization)
- Fix handling of %-encoded entities in mailto: URLs (#1490346)
- Fix zipped messages downloads after selecting all messages in a folder (#1490339)
- Fix vpopmaild driver of password plugin
RELEASE 1.1.1
-------------
plugins/password/drivers/vpopmaild.php
@@ -33,7 +33,7 @@
        $host      = $rcmail->config->get('password_vpopmaild_host');
        $port      = $rcmail->config->get('password_vpopmaild_port');
        $result = $vpopmaild->connect($hostname, $port, null);
        $result = $vpopmaild->connect($host, $port, null);
        if (is_a($result, 'PEAR_Error')) {
            return PASSWORD_CONNECT_ERROR;
        }