ID:               41397
 Comment by:       jsimlo at yahoo dot com
 Reported By:      laacz at laacz dot lv
 Status:           Assigned
 Bug Type:         IMAP related
 Operating System: Gentoo
 PHP Version:      5.2.2
 Assigned To:      iliaa
 New Comment:

The same problem occurs allso with $info->ccaddress.

Confirmed on FreeBSD 6.2-STABLE.


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to