[PHP] mb_encode_mimeheader function can't deal with long non-English strings?

2012-04-29 Thread Coiby Xu
Hi all, I wonder why mb_encode_mimeheader function can't deal with long non-english strings. Here are the codes: > function util_encode_mimeheader($headername,$str,$charset) { > if (function_exists('mb_internal_encoding') && > function_exists('mb_encode_mimeheader')) { > $x = mb_internal_encodin

[PHP] PHP Mailto() - Google now displaying HTML as Plain Text

2012-04-29 Thread Terry Ally (Gmail)
Hi all, I have been using a mailto() script for the last three years and from April 25, 2012 incoming HTML email in Goggle mail is displaying as Plain Text. Something clearly changed with Google. Perhaps there is some change I need to make with my script?? // First set up some variables for reci