Winmail.dat and PHP script decoding

1k views Asked by At

I am working on a php script that corrects file attachments. One of the cases I need to handle is winmail.dat type.

I found this solution, however I have no access to shell and the php environment I am working with is restricted and does not allow shell_exec.

Is there any other way of converting this type of file to a readable text file using php only?

0

There are 0 answers