icaine / php-mime-mail-parser

Automatically exported from code.google.com/p/php-mime-mail-parser
0 stars 0 forks source link

unable to retrieve attachments if content-disposition is not provided #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

try to save the attachment of a mail without the content-disposition mime header

What is the expected output? What do you see instead?
to save the attachment, instead no attachments seems to be present.

What version of the product are you using? On what operating system?
i'm using the latest version on Linux with PHP 5.2.11

Please provide any additional information below.

For me worked the attached workaround on function getAttachments()

Original issue reported on code.google.com by mfris...@tin.it on 13 Feb 2011 at 7:53

Attachments:

GoogleCodeExporter commented 9 years ago
This issue is reproduced, corrected and tested 
(https://github.com/eXorus/php-mime-mail-parser/issues/1)

You could use my fork if you want : 
https://github.com/eXorus/php-mime-mail-parser

Original comment by eXorus.m...@gmail.com on 28 Jul 2013 at 4:25