[PHP-DEV] Bug #674: imap_headerinfo not returning references. From: 334647 <email protected>
Date: 08/20/98

From: 334647 <email protected>
Operating system: linux 2.034
PHP version: 3.0.3
PHP Bug Type: Other
Bug description:
Hi,
  the imap_headerinfo function does not return attributes like "references". The code for this function actaully restricts the attributes to a small set.
Modifying the call to mail_fetchheader from:

mystring=mail_fetchheader_full(imap_stream,msgno->value.lval,lines,&length,NIL);

to:
 mystring=mail_fetchheader_full(imap_stream,msgno->value.lval,NIL,&length,NIL);

removing the reference to the "lines" array fixes the problem.

Cheers,
   Gerrit Thomson.

 Gerrit Thomson.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>