ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Extension for Thunderbird - winmail.dat viewer/converter

<< < (2/2)

skrommel:
 :) I thought I'd have a look at this problem, but a Internet search for the file format turned up this page:

http://www.ust.hk/itsc/email/tips/tnef/
which describes how to install Fentun from
http://www.fentun.com/

Close enough?

Skrommel

wr975:
Hi, thanks, I know about Fentun, but it's not working. Didn't display any contents in winmail.dat. I read it's sometimes not working on Windows XP so I didn't bother much with it.


FWIW, I wrote a small script to assist me a bit with WMDecode, until I find something better or Thunderbird learns to handle TNEF. I configured Thunderbird to launch it, when I double-click a Winmail.dat attachment.


--- ---@echo off

set dir=C:\Dokumente und Einstellungen\alx.SCALA\Desktop\Winmail.dat Attachments
set wmd=C:\Programme\WMDecode\WMDecode.exe

if not exist "%dir%"\nul md "%dir%"
"%wmd%" "%1" n "%dir%"
start explorer "%dir%"

Navigation

[0] Message Index

[*] Previous page

Go to full version