Author Topic: FIXED: deleting cyrillic filenames from forwarded emails  (Read 2301 times)

kils

  • Freshman
  • *
  • Posts: 42
    • View Profile
FIXED: deleting cyrillic filenames from forwarded emails
« on: September 22, 2014, 05:37:32 am »
hi i have this trouble and i fix it by change some rows in \plugins\mail\application\controllers\MailController.class.php

in my 2.6.1 FO first row 2386
Code: [Select]
//$fName = iconv_mime_decode($att["FileName"], 0, "UTF-8");
//$fName = str_replace(':', ' ', $fName);
$fName = $att["FileName"]; //new line without decode