diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-23 10:59:44 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-23 10:59:44 +0800 |
commit | 306c7b00acbc3037036e3324eaff06916a4116ef (patch) | |
tree | 5c104b2ea4637db69e652d84c9183c5fecdbc782 /converters/tnef/pkg-descr | |
parent | c527fea541f630fbd506b0532205b1eb5f28f91c (diff) | |
download | freebsd-ports-gnome-306c7b00acbc3037036e3324eaff06916a4116ef.tar.gz freebsd-ports-gnome-306c7b00acbc3037036e3324eaff06916a4116ef.tar.zst freebsd-ports-gnome-306c7b00acbc3037036e3324eaff06916a4116ef.zip |
Add new port: converters/tnef
Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format
PR: 21392
Submitted by: Cyrus Rahman <cr@jcmax.com>
Diffstat (limited to 'converters/tnef/pkg-descr')
-rw-r--r-- | converters/tnef/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/tnef/pkg-descr b/converters/tnef/pkg-descr new file mode 100644 index 000000000000..1b33fb056f22 --- /dev/null +++ b/converters/tnef/pkg-descr @@ -0,0 +1,18 @@ +This program decodes those annoying application/ms-tnef MIME attachments that +Microsoft mail servers helpfully use to encapsulate your already MIME encoded +attachments. + +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 them. + +Written by: Mark Simpson <damned@world.std.com> +Based upon work by: Thomas Boll <tb@boll.ch> + +WWW: http://world.std.com/~damned/software.html + +- Cyrus Rahman +cr@jcmax.com |