[PHP-DEV] PHP 4.0 Bug #7496: imap_fetchbody handling of part numbers in forwarded messages From: owain <email protected>
Date: 10/27/00

From: owain <email protected>
Operating system: SunOS 5.7
PHP version: 4.0.3pl1
PHP Bug Type: IMAP related
Bug description: imap_fetchbody handling of part numbers in forwarded messages

With forward messages that have a text/plain (2.1.1) and
text/html (2.1.2) subpart 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.

Part 2.1 should really return nothing, as it contains two
alternative subparts, and part 2.2 doesn't even exist.

-- 
Edit Bug report at: http://bugs.php.net/?id=7496&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>