--TEST-- Bug #10298 Mail_mime, double Quotes and Specialchars in from and to Adress Bug #10306 Strings with Double Quotes get encoded wrongly. --SKIPIF-- --FILE-- _build_params['ignore-iconv'] = true; $string = '"German Umlauts öäü" '; $hdrs = $mime->_encodeHeaders(array('header'=>$string)); print($hdrs['header']); --EXPECT-- =?ISO-8859-1?Q?"German_Umlauts_=F6=E4=FC"_?=