From: "Robert P. J. Day" on
once again, digging around in mimeDecode and the web page here:

http://pear.php.net/manual/en/package.mail.mail-mimedecode.decode.php

reads:

=====

array $args - an array with the function arguments

boolean $args['include_bodies'] - whether to include the bodies in the
returned structure.

boolean $args['decode_bodies'] - whether to decode the returned bodies.

boolean $args['decode_headers'] - whether to decode the headers (RFC2047).

string $args['input'] - if and only if called statically, this should
be used to specify the input to be decoded.

string $args['crlf'] - if and only if called statically, this should
be used to specify the line ending type.

=====

note the last claimed paramter -- crlf -- but i see nowhere in the
actual mimeDecode code that processes that array parameter, except for
XML-related code. am i misreading something? thanks.

rday