diff options
author | markd <markd@pkgsrc.org> | 2022-10-06 03:25:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-10-06 03:25:00 +0000 |
commit | c81278e3af6bf47a9b5d4931d1bc8100711a1ac7 (patch) | |
tree | 88be9f5c4fb32515c65ca996f51d71d7065c9220 /mail/Makefile | |
parent | e455a31e60409f79a7256e1c0f74a9203f271d8a (diff) | |
download | pkgsrc-c81278e3af6bf47a9b5d4931d1bc8100711a1ac7.tar.gz |
ktnef: add version 22.08.1
The ktnef library contains an API for the handling of TNEF data.
The API permits access to the actual attachments, the message
properties (TNEF/MAPI), and allows one to view/extract message formatted
text in Rich Text Format format.
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index a6d038a8c1b..1dc6b9c5193 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.586 2022/09/24 06:09:05 wiz Exp $ +# $NetBSD: Makefile,v 1.587 2022/10/06 03:25:00 markd Exp $ # COMMENT= Electronic mail utilities @@ -127,6 +127,7 @@ SUBDIR+= kimap SUBDIR+= kmbox SUBDIR+= kmime SUBDIR+= ksmtp +SUBDIR+= ktnef SUBDIR+= libesmtp SUBDIR+= libetpan SUBDIR+= libmilter |