DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31100>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31100 [codec] provide a class to decode MIME filenames of the form "=?iso-8859-1?B?/Pb2YXNmLnJ0Zg==?=" ------- Additional Comments From [EMAIL PROTECTED] 2004-09-07 17:47 ------- =?iso-8859-1?B?/Pb2YXNmLnJ0Zg==?= No wonder you have nad no luck with QCodec or QPInputStream because this MIME conent is encoded using so called B-codec (which is basically nothing else that Base64 with an RFC 1522 compliant envelop) Try this instead http://jakarta.apache.org/commons/codec/apidocs/org/apache/commons/codec/net/BCodec.html Hope this helps Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
