That fixed the all caps issue:
<?php
function imap_utf8_fix($string) {
return iconv_mime_decode($string,0,"UTF-8");
}
?>
That fixed the all caps issue:
<?php
function imap_utf8_fix($string) {
return iconv_mime_decode($string,0,"UTF-8");
}
?>