Help for this page

Select Code to Download


  1. or download this
    my $subj = '';
    foreach (decode_mimewords($mail->get('Subject'))) {
    ...
          $subj .= $data;
       }
    }