
pldaniels at pldaniels
Jan 31, 2003, 2:09 AM
Post #1 of 1
(856 views)
Permalink
|
Another adjustment in the 1.2-dev release of ripMIME, once again dealing with ISO encoded filenames. I am thinking of changing the ISO decoding routines to simply apply to the whole header string rather than just the filenames. That way, when a mailpack is decoded, the headers / text will be in a 'decoded' state rather than still encoded ( ie, for the sender/receiver/subject etc ). ------------------ - PLD: Reordered the MIME_decode_filename() function so that it attempts to decode ISO filenames -before- any paranoia filters are applied. This is because certain BASE64 characters ( ie / ) are interepreted as paranoid invoking characters, thus are stripped from the filename before ISO decode gets to use them. Thanks to Michal Perchel for supplying the mailpack exhibiting this property. ------------------ -- Paul L Daniels http://www.pldaniels.com Linux/Unix systems Internet Development ICQ#103642862,AOL:cinflex,IRC:inflex A.B.N. 19 500 721 806
|