ID:               16824
 Updated by:       [EMAIL PROTECTED]
 Reported By:      chaitanyajakhadi at yahoo dot com
-Status:           No Feedback
+Status:           Closed
 Bug Type:         Mailparse related
 Operating System: linux
 PHP Version:      4.1.2
 Assigned To:      wez
 New Comment:

This was fixed a while ago.


Previous Comments:
------------------------------------------------------------------------

[2002-09-11 10:55:22] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2002-08-10 17:59:58] [EMAIL PROTECTED]

It's been a while since I've done anything for mailparse;

I can't remember if I have fixed it or not :-/



Could you try the tarball from:

http://thebrainroom.co.uk/opensource/php/mailparse-4.2.0.tgz

and confirm if it still has the problem you described?

------------------------------------------------------------------------

[2002-04-25 13:42:22] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------

[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] chaitanyajakhadi at yahoo dot com

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

Reply via email to