Skip to content
Snippets Groups Projects
Commit 628e6ba7 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fix for the windows' limited to: header support in mails FS#738

darcs-hash:20060307185713-7ad00-d0952c48ec84d20d4a50897c670129ae5b4c7e09.gz
parent 755f1e03
No related branches found
No related tags found
Loading
......@@ -121,6 +121,8 @@ function mail_encode_address($string,$header='',$names=true){
if(!utf8_isASCII($text)){
$text = '=?UTF-8?Q?'.mail_quotedprintable_encode($text).'?=';
}
}else{
$text = '';
}
// add to header comma seperated and in new line to avoid too long headers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment