X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Finfo%2Foptions.php;h=942fcb6714de8fc51aaf911684b0b3bddc9bf04e;hb=8ed1923822b383ddb338e9eef75bb7f110cc47b4;hp=13328239ebf8e4bf13f5881959a73d9b75d2fdc6;hpb=3047e291f2982efe9501ec790faafd3da843d22d;p=squirrelmail.git diff --git a/plugins/info/options.php b/plugins/info/options.php index 13328239..942fcb67 100644 --- a/plugins/info/options.php +++ b/plugins/info/options.php @@ -6,7 +6,7 @@ * This is where it all happens :) * * @author Jason Munro - * @copyright 1999-2012 The SquirrelMail Project Team + * @copyright 1999-2019 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -53,7 +53,8 @@ for($i = 0; $i <= 9; $i++){ /* END GLOBALS */ -$imap_stream = sqimap_login($username, false, $imapServerAddress, $imapPort, 0); +global $imap_stream_options; // in case not defined in config +$imap_stream = sqimap_login($username, false, $imapServerAddress, $imapPort, 0, $imap_stream_options); $caps_array = get_caps($imap_stream); $list = array ('TEST_0', 'TEST_1',