Russian Character encoding with IMAP
问题 I have a PHP script that accesses an imap mailbox. When I send through English, Spanish and French it works perfectly but Russian I realize it is probably an encoding issue but nothing I try seems to work. this is what it printed: PiAq8NLJ18XUIM3PyiDE0tXHKiAuCj4+Cj4+Cj4+Cj4K $email=$_REQUEST['email']; $mbox = imap_open ("{localhost:995/pop3/ssl/novalidate-cert}", "info@******.com", "**********"); $num_mensaje = imap_search($mbox,"FROM $email"); $body = imap_fetchbody($mbox,$num_mensaje[0],"1"