* David Golden <[EMAIL PROTECTED]> [2008-11-21T09:01:07] > On Fri, Nov 21, 2008 at 8:08 AM, Ricardo SIGNES > <[EMAIL PROTECTED]> wrote: > > Well, MIME::QuotedPrint is core in 5.008. I'm not sure if there's a > > reasonable alternative! MIME::Lite has an encode_qp function that's > > probably close to DTRT, anyway. > > Annoyingly, MIME::QuotedPrint::Perl requires Encode to handle EBCDIC > and Encode is XS. > > I'll come up with something that "generally works" and at worst falls > back to the current (only occasionally broken) behavior.
MIME::Lite is very very widely used, although I couldn't say how many people use the non-outsourced QP encoder. My guess: a lot. I'd use it as your fallback. -- rjbs
