php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7114 php doesn't parse the message
Submitted: 2000-10-10 04:49 UTC Modified: 2000-11-01 12:22 UTC
From: saint at xxx dot lt Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0.2 OS: turbolinux 6.0
Private report: No CVE-ID: None
 [2000-10-10 04:49 UTC] saint at xxx dot lt
when message headers are as follows: 
Received: (qmail 5118 invoked from network); 29 Sep 2000 04:29:45 -0000
Received: from unknown (HELO xxx.xxx.xxx) (maild@aa.aaa.aaa.aaa)
  by planet.xxx.misc with SMTP; 29 Sep 2000 04:29:45 -0000
Content-Transfer-Encoding: binary
Content-Type: multipart/alternative; boundary="_----------=_970175458181820"
Date: Thu, 28 Sep 2000 21:10:58 UT
To: bug@domain.some
From: someone <someone@none.some>
Reply-To: someone <someone@none.some>
Subject: my news

This is a multi-part message in MIME format.

--_----------=_970175458181820
Content-Disposition: inline
Content-Length: 5565
Content-Transfer-Encoding: binary
Content-Type: text/plain

the result is that php can't open this message and not only this message. (all messages in the imap folder are unable to display)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-17 12:25 UTC] sniper@php.net
With what mail program were those messages send with?
Those are not in valid MIME format..

And you could also include some sort of example code
which you think doesn't work.

--Jani
 [2000-11-01 12:22 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 16:01:31 2024 UTC