RoundCube Ошибка при открытии папки входящие — Ошибка сервера
Если в логах примерно так:
HP Notice: No suitable function found for UTF-8 encoding in /usr/share/roundcubemail/program/lib/Roundcube/rcube_charset.php on line 276
mcedit /usr/share/roundcubemail/program/lib/Roundcube/rcube_charset.php
необходимо добавить после стоки 274
else if ($from == 'WINDOWS-1251' && function_exists('mb_convert_encoding')) { if($str = mb_convert_encoding($str, "windows-1251", "utf-8")){ return $str; } }
Внимание:
мне помог вариант обновить целиком файл https://github.com