I've recently installed tnef2multipart.pl v0.05 and i noticed that none
of my emails with winmail.dat attachments are converted as they should.
Thus, i tested an email via commandline (tnef2multipart.pl email.msg) and i found out that the script doesn't detect any of my emails as TNEF encoded.
This is what i get:
Not TNEF-encapsulated at ./tnef2multipart.pl line 91.
I looked at all my emails and they ARE TNEF encapsulated, as i can see, here is an example:
Content-Type: application/ms-tnef;
name="winmail.dat"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="winmail.dat"
I'm using perl v5.6.1 with Convert-TNEF-0.17.
Thank you.