JSF
Results
2
comments of
JSF
> What exactly are the issues you have? Office365 server is returning ASCII encoding, not UTF7, so the result of mb_convert_enconding() is empty. As a result, you can't fetch the...
I figured out I copied/pasted the purposal too fast. $cleanname variable is the result of: $cleanname = str_replace($this->server, '', $mailboxInfo->name); Then you do: $name=\mb_convert_encoding($cleanname, 'UTF8', mb_detect_encoding($cleanname));