Skip to content

verdammelt/tnef

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
December 31, 2017 14:59
December 2, 2019 22:14
August 25, 2014 21:38
August 25, 2014 21:40
August 25, 2014 21:38
November 10, 2019 18:57
November 10, 2019 18:57
February 22, 2017 21:12
February 22, 2017 21:12
February 22, 2017 21:12
February 22, 2017 21:12
February 22, 2017 21:12
February 22, 2017 21:12

Build Status

TNEF

TNEF is a program for unpacking MIME attachments of type "application/ms-tnef". This is a Microsoft only attachment.

Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format.

The TNEF program allows one to unpack the attachments which were encapsulated into the TNEF attachment. Thus alleviating the need to use Microsoft Outlook to view the attachment. Caveat: TNEF does not handle well attachments with non-Unicode filenames or data.

TNEF is mainly tested and used on GNU/Linux and CYGWIN systems. It 'should' work on other UNIX and UNIX-like systems.

See the file COPYING for copyright and warranty information.

See the file INSTALL for instructions on installing TNEF. The short form for installation is the standard:

autoreconf
./configure
make check
make install

'make check' will have created the tnef executable in the src directory and run all the unit tests. 'make install' should have put it into /usr/local/bin. Please see the man page or tnef --help for options.