hiya all,
I searched for a script and now i m able to receive the email from the server. Now the issue left is how to i download the attachments(if any) with that email. google led to me a wonderful link and i was able to download class called MimeDecode, which lets me parse headers into different array according to the content type.
Well i get the attachment in the form of array, but the problem is now, how do i store/display it in browser. I know i have set the content-type in headers, but still it is not working can any one help me.
http://pastebin.com/m61e9e752
i have pasted the output of the array on above link..
Cheers !!
Realin !
I searched for a script and now i m able to receive the email from the server. Now the issue left is how to i download the attachments(if any) with that email. google led to me a wonderful link and i was able to download class called MimeDecode, which lets me parse headers into different array according to the content type.
Well i get the attachment in the form of array, but the problem is now, how do i store/display it in browser. I know i have set the content-type in headers, but still it is not working can any one help me.
http://pastebin.com/m61e9e752
i have pasted the output of the array on above link..
Cheers !!
Realin !
Comment