Sha256: 7e7bf55e5d0bb46f692ef6cdc0c71d72f8210188bc6dc07b9659e004998e906f

Contents?: true

Size: 1.09 KB

Versions: 4

Compression:

Stored size: 1.09 KB

Contents

                                   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: 

    tar xzvf tnef-x.y.tar.gz
    cd tnef-x.y
    ./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. 







Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tnef-1.0.2 ext/tnef/README
tnef-1.0.1 ext/tnef/README
tnef-1.0.0 ext/tnef/README
tnef-0.0.1 ext/tnef/README