From baffdd74c319af20977975af6747ab3d4de6103f Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 8 Jan 2004 02:50:16 +0000 Subject: New port: converters/fix-mime-charset - Fix incorrect Content-Type MIME headers of e-mail messages Categories: converters textproc russian ukrainian Fix-mime-charset automatically detects character sets of email message and modifies the Content-Type header appropriately. It can be used as mail filter in mailing lists where users often set the charset of their messages incorrectly. It processes messages fast and accurately, ignoring attachments, and correctly interprets transfer-encodings. None but the Content-Type header is changed. PR: ports/61050 Submitted by: Nosov Artem --- converters/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'converters/Makefile') diff --git a/converters/Makefile b/converters/Makefile index 1cd59e3fefe5..3cfd7c4c558d 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -12,6 +12,7 @@ SUBDIR += dumpasn1 SUBDIR += enca SUBDIR += fconv + SUBDIR += fix-mime-charset SUBDIR += fribidi SUBDIR += gbase SUBDIR += i18ntools -- cgit v1.2.3