Mar 26, '03 09:38:00AM • Contributed by: junehao
Entourage does not decode QP-encoded message quite well, especially when the sender mistakenly assign an incorrect language setting. And it seems that StuffIt Expander can't decode QP-encoded text (however it does decode MIME message very well). After a quick Google, I found a UNIX command line tool that is easy enough to solve my problem.
After downloading QPrint, uncompress it and follow three easy steps listed in the INSTALL document: configure, make, and make install. Of course, you need the Developer Tools installed. You don't need to "make check" and "make wringer" since they'll throw some error messages but cause no harm.
In the Terminal, type qprint -d encoded_file > output_file (assuming qprint is in your search path) to decode a qp-encoded file. If you're interested in taking full advantage of this little thing, the installed UNIX doc and its website have full documentation on the available arguments. Now if anyone wants to make a quite Aqua wrapper for it? :-)
