Date: 08/20/98
- Next message: 334647 <email protected>: "[PHP-DEV] Bug #675: mail_send in imap module."
- Previous message: zeev: "[PHP-DEV] CVS update: php31/sapi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: 334647 <email protected>: "[PHP-DEV] Bug #675: mail_send in imap module."
- Previous message: zeev: "[PHP-DEV] CVS update: php31/sapi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

