Код: Выделить всё
$overview = imap_fetch_overview($inbox,$email_number,0);
$message = imap_fetchbody($inbox,$email_number,2);
echo $message;
Если я сделаю var_dump ($ message) Я получаю строку (0) "" .
Подробнее здесь: https://stackoverflow.com/questions/517 ... ns-no-body
Мобильная версия