This is a simple program used to decode Microsoft's Translation Neutral Encapsulation Format (TNEF), which is used by various Microsoft OS products to transfer MAPI information through text only gateways such as SMTP.
This is a simple program used to decode Microsoft's Translation Neutral Encapsulation Format (TNEF), which is used by various Microsoft OS products to transfer MAPI information through text only gateways such as SMTP.
To install tnef2txt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tnef2txt
To see what files were installed by tnef2txt, run:
port contents tnef2txt
To later upgrade tnef2txt, run:
sudo port selfupdate && sudo port upgrade tnef2txt
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.