Date: 10/27/00
- Next message: Scott Martin: "[PHP-DEV] Re: PHP 4.0 Bug #7461 Updated: Compile fails during "make" of zlib.c (--with-zlib)"
- Previous message: Justo Alonso: "[PHP-DEV] Re: Project: Accessing HTTP reply header of include("http://..")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: jmoore <email protected>
Operating system: *
PHP version: 4.0.0
PHP Bug Type: IMAP related
Bug description: imap_fetchbody function fails with forwarded messages.
Fw from manual Errata:
------ mamurillo <email protected> --------
Investigating and fighting with imap functions I think I've discovered that counting parts for imap_fetchbody function fails with forwarded messages.
When I count parts (1, 2, 2.1 etc..) it seems that for a forwarded message insert one part more. For example the part counted as 2.1.2 is the part 2.2 for the imap function. With normal multipart messages do it well, but forwarded messages.Could anyone confirm that I think I dicovered?
If is true take care about this class of message.
-------------------------------------
------ owain <email protected> ------------
mamurillo <email protected> is right. With forward messages that have a text/plain (2.1.1) and text/html (2.1.2) subparts of a multipart/alternative part (2.1) the imap_fetchbody function returns nothing for parts 2.1.1 and 2,1,2, but returns the parts when a request is made for 2.1 and 2.2. Is this a bug?
--------------------------------------
I am not familiar with IMAP and could not verify this but it seems bugish to me.
James
-- Edit Bug report at: http://bugs.php.net/?id=7497&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Scott Martin: "[PHP-DEV] Re: PHP 4.0 Bug #7461 Updated: Compile fails during "make" of zlib.c (--with-zlib)"
- Previous message: Justo Alonso: "[PHP-DEV] Re: Project: Accessing HTTP reply header of include("http://..")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

