foreach ($attachments as $key => $attachment) {
$name = $attachment['name'];
$contents = $attachment['attachment'];
$resp = imap_utf8(trim($name));
if(preg_match("/=\?/", $resp))
$resp = iconv_mime_decode($name, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, "ISO-8859-15");
if(json_encode($resp) == 'null')
$resp = utf8_encode($resp);
file_put_contents($resp, $contents);
}
foreach ($attachments as $key => $attachment) {
$name = $attachment['name'];
$contents = $attachment['attachment'];
$resp = imap_utf8(trim($name));
if(preg_match("/=\?/", $resp))
$resp = iconv_mime_decode($name, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, "ISO-8859-15");
if(json_encode($resp) == 'null')
$resp = utf8_encode($resp);
file_put_contents($resp, $contents);
}
foreach ($attachments as $key => $attachment) {
$name = $attachment['name'];
$contents = $attachment['attachment'];
$resp = imap_utf8(trim($name));
if(preg_match("/=\?/", $resp))
$resp = iconv_mime_decode($name, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, "ISO-8859-15");
if(json_encode($resp) == 'null')
$resp = utf8_encode($resp);
file_put_contents($resp, $contents);
}