fsf changes, meant to be rebased on upstream
[squirrelmail.git] / src / vcard.php
index 2bb9d836c3d8362931f8328250701514f6c39caa..01d96256a933f86b0b0fa4968cd51cc99b65e3e0 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This file shows an attched vcard
  *
- * @copyright 1999-2013 The SquirrelMail Project Team
+ * @copyright 1999-2022 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -41,7 +41,8 @@ sqgetGlobalVar('ent_id', $ent_id, SQ_GET);
 sqgetGlobalVar('startMessage', $startMessage, SQ_GET);
 /* end globals */
 
-$imapConnection = sqimap_login($username, false, $imapServerAddress, $imapPort, 0);
+global $imap_stream_options; // in case not defined in config
+$imapConnection = sqimap_login($username, false, $imapServerAddress, $imapPort, 0, $imap_stream_options);
 sqimap_mailbox_select($imapConnection, $mailbox);
 
 displayPageHeader($color);