From:             [EMAIL PROTECTED]
Operating system: linux
PHP version:      4.1.2
PHP Bug Type:     Mailparse related
Bug description:  mailparse functions. multipart/related type of messages

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 bug report at http://bugs.php.net/?id=16824&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16824&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16824&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16824&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16824&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16824&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16824&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16824&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16824&r=submittedtwice

Reply via email to