Help for this page
my $subj = ''; foreach (decode_mimewords($mail->get('Subject'))) { ... $subj .= $data; } }