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.
| Tags | Communications Email Filters |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C++ |
Recent releases


Changes: This release fixes a toLower() bug.


Changes: This version fixes a compile-time error on NetBSD.


Changes: This version fixes a compile-time error on gcc 2.95.x, and includes an example .procmailrc.


Changes: ENCA charset detection library support was added. New options were added to allow exclusion of some charsets from processing.


Changes: Portability was increased, especially for FreeBSD and NetBSD systems. An argp_parse() replacement is provided for non-glibc systems.