PHP Classes

Zip atachment problem

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  Zip atachment problem  >  (Un) Subscribe thread alerts  
Subject:Zip atachment problem
Summary:error with zip atachment
Messages:16
Author:juanvivo
Date:2010-02-16 17:19:54
Update:2010-02-21 20:49:58
 
  1 - 10   11 - 16  

  1. Zip atachment problem   Reply   Report abuse  
Picture of juanvivo juanvivo - 2010-02-16 17:19:54
The class show me this error:

application/x-compressed message parts are not yet recognized. Please contact the author Manuel Lemos and send a copy of this message to let him add support for this kind of messages

This apear when i send a email with a zip atachment, and try process it. The class does not identify the attached zip file like a zip...

why? can anybody help me?

Excuse my poor english.

  2. Re: Zip atachment problem   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-02-16 18:23:30 - In reply to message 1 from juanvivo
That is not the usual MIME type for ZIP files. Anyway, the Decode function parses the message part regardless of the MIME type.

I can add support to application/x-compressed MIME types in the Analyze but it would not return explicitly that it is a ZIP archive because compressed could be anything.

  3. Re: Zip atachment problem   Reply   Report abuse  
Picture of juanvivo juanvivo - 2010-02-16 18:43:34 - In reply to message 2 from Manuel Lemos
in my case, the zip only contains a few text xml files...

  4. Re: Zip atachment problem   Reply   Report abuse  
Picture of juanvivo juanvivo - 2010-02-16 18:46:22 - In reply to message 2 from Manuel Lemos
how can I fix it?

(tks for the response)

  5. Re: Zip atachment problem   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-02-17 07:51:49 - In reply to message 4 from juanvivo
It may be a matter of adding a couple of lines in the class. But it is better if you can upload a small sample of a message in that format and let me know the message URL so I can check what it is necessary to support that type of messages.

  6. Re: Zip atachment problem   Reply   Report abuse  
Picture of juanvivo juanvivo - 2010-02-17 09:09:46 - In reply to message 5 from Manuel Lemos
THis is the real file that i need process:

buscatesoros.es/samples/3847630_act ...

and this is a sample that i do for test, and fails too. Its a simple zip with a little text file:

buscatesoros.es/samples/1.zip

tks very much for your help.

  7. Re: Zip atachment problem   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-02-17 18:42:05 - In reply to message 6 from juanvivo
No, I do not want the ZIP files. I need the message fails that you are trying to parse.

  8. Re: Zip atachment problem   Reply   Report abuse  
Picture of juanvivo juanvivo - 2010-02-18 10:18:45 - In reply to message 7 from Manuel Lemos
the message is in the first post...

it isnīt?

application/x-compressed message parts are not yet recognized. Please contact the author Manuel Lemos and send a copy of this message to let him add support for this kind of messages


  9. Re: Zip atachment problem   Reply   Report abuse  
Picture of juanvivo juanvivo - 2010-02-18 11:14:16 - In reply to message 8 from juanvivo

  10. Re: Zip atachment problem   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-02-19 14:26:44 - In reply to message 8 from juanvivo
You are not understanding. I do not want the error message. I need the MIME message data that you are parsing. Try to save the MIME message data or provide a test access to the POP3 mailbox from which you are retrieving the MIME message.

 
  1 - 10   11 - 16