ID: 41397 Updated by: [EMAIL PROTECTED] Reported By: laacz at laacz dot lv -Status: Assigned +Status: Feedback Bug Type: IMAP related Operating System: Gentoo PHP Version: 5.2.2 Assigned To: iliaa New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.2-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.2-win32-installer-latest.msi Previous Comments: ------------------------------------------------------------------------ [2007-06-17 15:28:44] jsimlo at yahoo dot com The same problem occurs allso with $info->ccaddress. Confirmed on FreeBSD 6.2-STABLE. ------------------------------------------------------------------------ [2007-06-12 09:56:03] a dot hoch at arcor dot de I can confirm this bug for this version: PHP 4.4.7-pl0-gentoo (cli) (built: May 29 2007 21:28:11) Copyright (c) 1997-2007 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies ------------------------------------------------------------------------ [2007-05-15 12:20:44] laacz at laacz dot lv Description: ------------ If imap_fetch_overview is called, imap_headerinfo returns only first from multiple recepients in 'to' and 'toaddress'. Reproduce code: --------------- // IMAP connection before this $info = imap_headerinfo($imap, 110) // Following outputs [EMAIL PROTECTED], [EMAIL PROTECTED], "Another user" <[EMAIL PROTECTED]> echo $info->toaddress . "\n"; $messages = imap_fetch_overview($imap, $range); $info = imap_headerinfo($imap, 110); // Following outputs [EMAIL PROTECTED] echo $info->toaddress . "\n"; Expected result: ---------------- [EMAIL PROTECTED], [EMAIL PROTECTED], "Another user" <[EMAIL PROTECTED]> [EMAIL PROTECTED], [EMAIL PROTECTED], "Another user" <[EMAIL PROTECTED]> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41397&edit=1