ID: 16824 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Analyzed Bug Type: Mailparse related Operating System: linux PHP Version: 4.1.2 -Assigned To: +Assigned To: wez New Comment:
Sorry, there is a problem: I didn't read your report properly. The fix will not appear in 4.2 or 4.2.1 because mailparse has been moved into PECL, which means that you will need to download it separately from the main distribution. When I've corrected the problem I will upload a revised tarball for PHP 4.2.x and let you know where to get it. Previous Comments: ------------------------------------------------------------------------ [2002-04-25 13:13:45] [EMAIL PROTECTED] It works for me. The headers you included look like bogus headers to me, so I suspect that is the problem. Could you forward the entire message to me by private email? Send it to [EMAIL PROTECTED] Please make sure that you have read and understood the relevant rfcs about MIME and multipart messages (start with rfc2045). mailparse just allows you to take the message apart - it doesn't do any fancy stuff with multpart/related on it's own, you need to code that logic. ------------------------------------------------------------------------ [2002-04-25 09:52:29] [EMAIL PROTECTED] Hi, Mailparse function does not parse multipart/related type of messages properly. It considers whole message as text/html. Headers of message is as follows Date: Tue, 12 Feb 2002 01:50:16 +0530 From: =?utf-8?Q?MSN Staff?= <[EMAIL PROTECTED]> Subject: =?utf-8?Q?Welcome to MSN?= MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_00_0017_01C091F4.1B5EF6B0"; type="text/html" This is a multi-part message in MIME format. ------=_NextPart_00_0017_01C091F4.1B5EF6B0 Content-Type: text/html; charset="utf-8" <html> <head> <title class="clsGreeting">Welcome to MSN</title> </head> <body> <style type="text/css"> . . . . Due to type=text/html parameter to Content-Type: multipart/related; it is giving problem Regards, Chaitanya ========= ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16824&edit=1