- or download this
$body="Content-Disposition: inline\n".
"Content-Transfer-Encoding: quoted-printable\n".
"Content-Type: text/plain\n\n".encode_qp($body);
- or download this
$email=MIME::Lite->new(Type=>'multipart/signed');<br>
$email->attr('content-type.protocol'=>'application/pgp-signature');
...
$email->add('To'=>$to);
$email->add('From'=>$from);
$email->add('From'=>$subject);
- or download this
MIME-Version: 1.0
Content-Transfer-Encoding: binary
...
--_----------=_1237214418850250--