From: scalero at datadec dot es
Operating system: Tru64 5.1b
PHP version: 4.3.10
PHP Bug Type: IMAP related
Bug description: imap_fetch_overview only returns the first 'To:' address
Description:
------------
When I apply the function "imap_fetch_overview" to a message with several
email addresses recipients only the fisrt is returned in the 'to' field.
This is the result of 'imap_fetch_overview' to a message with 2
recipients:
array(1) {
[0]=>
object(stdClass)(14) {
["subject"]=>
string(11) "TEST mail"
["from"]=>
string(20) "[EMAIL PROTECTED]"
["to"]=>
string(18) "[EMAIL PROTECTED]"
["date"]=>
string(31) "Tue, 29 Mar 2005 08:36:53 +0200"
["message_id"]=>
string(63) "<[EMAIL PROTECTED]>"
["size"]=>
int(564)
["uid"]=>
int(17)
["msgno"]=>
int(1)
["recent"]=>
int(0)
["flagged"]=>
int(0)
["answered"]=>
int(0)
["deleted"]=>
int(0)
["seen"]=>
int(1)
["draft"]=>
int(0)
}
}
The "to" field must to contain "[EMAIL PROTECTED], [EMAIL PROTECTED]".
Greetings and thanks.
Sebastian Calero.
--
Edit bug report at http://bugs.php.net/?id=32481&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32481&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=32481&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=32481&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=32481&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=32481&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=32481&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=32481&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=32481&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=32481&r=support
Expected behavior: http://bugs.php.net/fix.php?id=32481&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=32481&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=32481&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=32481&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32481&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=32481&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=32481&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=32481&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=32481&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=32481&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=32481&r=mysqlcfg