Menu

Tree [5af079] master 1.4.14 /
 History

HTTPS access


File Date Author Commit
 contrib 2011-04-17 Mark Simpson Mark Simpson [93037f] merging branch tnef-v1x to master - throwing aw...
 doc 2013-10-31 Mark Simpson Mark Simpson [833746] Merge pull request #2 from bentley/master
 src 2017-03-14 Mark Simpson Mark Simpson [d2160e] Use __builtin_mul_overflow if available.
 tests 2017-03-19 Mark Simpson Mark Simpson [5af079] Release 1.4.14
 .gitignore 2014-08-25 Mark Simpson Mark Simpson [d5ac89] Updating BUGS file.
 .travis.yml 2014-07-12 Mark Simpson Mark Simpson [420e5f] Adding travis config file.
 AUTHORS 2014-08-25 Mark Simpson Mark Simpson [52e093] Fixing a contributor.
 BUGS.in 2014-08-25 Mark Simpson Mark Simpson [d5ac89] Updating BUGS file.
 COPYING 2002-09-04 verdammelt verdammelt [86513d] more fixing of automake, autoconf, aclocal, aut...
 ChangeLog 2017-03-19 Mark Simpson Mark Simpson [5af079] Release 1.4.14
 INSTALL 2014-08-26 Mark Simpson Mark Simpson [e5627d] Switching to markdown for README.
 Makefile.am 2014-08-26 Mark Simpson Mark Simpson [48fd70] Removing ancient TODO file.
 NEWS 2017-03-19 Mark Simpson Mark Simpson [5af079] Release 1.4.14
 README.md 2017-02-23 Mark Simpson Mark Simpson [c796fd] Fix Build badge.
 THANKS 2017-02-27 Jan Engelhardt Jan Engelhardt [c57f25] Remove undesirable executable bit on text files
 acinclude.m4 2005-02-07 verdammelt verdammelt [2cbea2] initial checkin of reorganized code
 compile 2017-02-23 Mark Simpson Mark Simpson [c890a9] Update autoconf scripts.
 configure.ac 2017-03-19 Mark Simpson Mark Simpson [5af079] Release 1.4.14
 depcomp 2017-02-23 Mark Simpson Mark Simpson [c890a9] Update autoconf scripts.
 install-sh 2017-02-23 Mark Simpson Mark Simpson [c890a9] Update autoconf scripts.
 missing 2017-02-23 Mark Simpson Mark Simpson [c890a9] Update autoconf scripts.
 mkinstalldirs 2017-02-23 Mark Simpson Mark Simpson [c890a9] Update autoconf scripts.
 stamp-h.in 2002-07-20 verdammelt verdammelt [cb2420] Initial code base based upon tnef v1.1.1. (Old...
 test-driver 2017-02-23 Mark Simpson Mark Simpson [c890a9] Update autoconf scripts.
 tnef.spec.in 2014-08-26 Mark Simpson Mark Simpson [e5627d] Switching to markdown for README.

Read Me

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.

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.