aboutsummaryrefslogtreecommitdiff
path: root/converters/fix-mime-charset
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Upgrade to 0.5.3.Thierry Thomas2004-10-162-4/+3
| | | | | | | | PR: ports/71768 Submitted by: maintainer. Notes: svn path=/head/; revision=119594
* - Chase enca shlib bumpPav Lucistnik2004-06-081-1/+2
| | | | Notes: svn path=/head/; revision=111061
* - SIZEifyKirill Ponomarev2004-03-081-0/+1
| | | | | | | | PR: ports/63925 Submitted by: maintainer Notes: svn path=/head/; revision=103296
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* New port: converters/fix-mime-charset - Fix incorrect Content-TypeEdwin Groothuis2004-01-084-0/+50
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 <chip-set@mail.ru> Notes: svn path=/head/; revision=97637