출철 : qmail.kldp.org
dedddedd님 글
/roundcube/program/lib/Mail/
안에
mimePart.php
파일의 210번 째 줄에
isset($params['filename-encoding']) ? $params['filename-encoding'] : NULL); 를
isset($params['filename-encoding']) ? $params['filename-encoding'] : EUC-KR);
로 변경
바로위에 197번 째도 변경
isset($params['name-encoding']) ? $params['name-encoding'] : NULL);에서
isset($params['name-encoding']) ? $params['name-encoding'] : EUC-KR);로 변경
402 줄에 (!preg_match('#[^\x20-\x7E]#', $value))를 (!preg_match('#[\t]#', $value))로 변경
dedddedd님 글
/roundcube/program/lib/Mail/
안에
mimePart.php
파일의 210번 째 줄에
isset($params['filename-encoding']) ? $params['filename-encoding'] : NULL); 를
isset($params['filename-encoding']) ? $params['filename-encoding'] : EUC-KR);
로 변경
바로위에 197번 째도 변경
isset($params['name-encoding']) ? $params['name-encoding'] : NULL);에서
isset($params['name-encoding']) ? $params['name-encoding'] : EUC-KR);로 변경
402 줄에 (!preg_match('#[^\x20-\x7E]#', $value))를 (!preg_match('#[\t]#', $value))로 변경