|
| |
1. MIME message analyse error |
|
Reply |
|
|
 Javier Navarrete | 2008-05-09 02:46:09 |
Hi,
I got the following message when i try to read an HTML message from Windows Mail:
MIME message analyse error: Analyzing messages with parts of type multipart/mixed it is not yet supported.
Thanks in advance.
Javier Navarrete |
| |
2. Re: MIME message analyse error |
|
Reply |
|
|
 Manuel Lemos | 2008-05-09 03:31:25 |
The class supports multipart/mixed messages since a long time ago. Are you using the latest version? |
| |
3. Re: MIME message analyse error |
|
Reply |
|
|
 Javier Navarrete | 2008-05-09 05:32:22 |
mime_parser.php,v 1.44 2008/01/22
Also, the parser only extract the first file attached. If it works with that limitation?
Thanks |
| |
4. Re: MIME message analyse error |
|
Reply |
|
|
 Javier Navarrete | 2008-05-09 05:40:42 |
Also, only accept text format with attachment. Not HTML with attachment.
With:
@(#) $Id: mime_parser.php,v 1.51 2008/04/15 22:40:16 mlemos Exp $
|
| |
5. Re: MIME message analyse error |
|
Reply |
|
|
 Manuel Lemos | 2008-05-09 06:13:59 |
There is probably something wrong with your environment.
As you may notice, the sample message that comes with the class has content type set to multipart/mixed and has embedded and attached files.
Does the example script runs OK with the original sample message?
If the original sample message is parsed correctly, can you upload your message somewhere I can fetch it?
Which PHP version are you using? Are you using PHP with any cache or optimizer extensions?
|
| |
6. Re: MIME message analyse error |
|
Reply |
|
|
 Javier Navarrete | 2008-05-09 06:27:01 |
Im usign PHP 5 and no optimizer extensions.
I'll try with the sample message.
Thanks a lot for your help. |
|