Hi, Gary Ross <[EMAIL PROTECTED]> wrote:
> Hello, > But it seems that on many/some(?) emailers the \n in "STUFF_?=\n > =?ISO-2022-JP?B" is interpreted as a new header line, not as part of > the subject. I'm not very familiar with the exact rfc rules, does the > choice of \n over other possibilities have an effect? > > Should I be doing something like this: > $subject = > mb_encode_mimeheader( > trim(mb_convert_encoding($subject, "ISO-2022-JP","AUTO")), > 'ISO-2022-JP', > 'B', > "\r\n\t " > ); I've never got a problem with the mails that have such folded headers. Did you try mb_send_mail() and had no luck with it? I think that's most likely a MTA problem.. Moriyoshi -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php