A tnef / Winmail.dat reader with graphic interface for Linux
This project aims to be a graphical interface to open winmail.dat files generated with outlook.
- execute TnefReader.py with winmail.dat file as argument
- Make sure you have tnef and python-gi installed
- Go into project folder
- Execute "make install" (without the quotes)
- Execute update-desktop-database
- Go into project folder
- Execute "make uninstall" (without the quotes)
- Go into project folder
- Execute "make deb" (without the quotes)
- The installer package is created at current directory
- Go into project folder
- Execute "make rpm" (without the quotes)
- The installer package package is created where rpmbuild is configured (Per example ~/rpmbuild/RPMS)