Help for this page

Select Code to Download


  1. or download this
    $body="Content-Disposition: inline\n".
    "Content-Transfer-Encoding: quoted-printable\n".
    "Content-Type: text/plain\n\n".encode_qp($body);
    
  2. 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);
    
  3. or download this
    MIME-Version: 1.0
    Content-Transfer-Encoding: binary
    ...
    
    --_----------=_1237214418850250--