rfc2047 encode notification email headers

This commit is contained in:
Friendika 2011-09-18 04:34:17 -07:00
commit da05ef2ae4
2 changed files with 10 additions and 1 deletions

View file

@ -205,4 +205,6 @@ function email_header_encode($in_str, $charset) {
$out_str = $start . $out_str . $end;
}
return $out_str;
}
}