ID:               32481
 Updated by:       [EMAIL PROTECTED]
-Summary:          imap_fetch_overview only returns the first 'To:'
                   address
 Reported By:      scalero at datadec dot es
 Status:           Open
-Bug Type:         IMAP related
+Bug Type:         Feature/Change Request
-Operating System: Tru64 5.1b
+Operating System: *
-PHP Version:      4.3.10
+PHP Version:      4CVS, 5CVS (2005-03-29)
 New Comment:

This is not a bug. Reclassified as feature request.
(the function name says it already: imap_fetch_OVERVIEW..)

You should use some other function to get more detailed information per
message.



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

[2005-03-29 13:14:25] scalero at datadec dot es

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 this bug report at http://bugs.php.net/?id=32481&edit=1

Reply via email to