1
2                                   TNEF
3                                   ====
4
5TNEF is a program for unpacking MIME attachments of type
6"application/ms-tnef". This is a Microsoft only attachment.
7
8Due to the proliferation of Microsoft Outlook and Exchange mail servers,
9more and more mail is encapsulated into this format.
10
11The TNEF program allows one to unapck the attachments which were
12encapsulated into teh TNEF attachment.  Thus alleviating the need to use
13Microsoft Outlook to view the attachment.
14
15TNEF is mainly testsed and used on GNU/Linux and CYGWIN systems.  It
16'should' work on other UNIX and UNIX-like systems.
17
18See the file COPYING for copyright and warranty information.
19
20See the file INSTALL for instructions on installing TNEF.  The short form
21for installation is the standard:
22
23    tar xzvf tnef-x.y.tar.gz
24    cd tnef-x.y
25    ./configure
26    make
27    make install
28
29
30
31
32