I\'m tying extract some content of some equal emails with php but I can\'t.
With that:
$body = imap_body($imap_o, $email_n);
I get:
Try
$body = utf8_encode(quoted_printable_decode($body));