Hi everybody. I'm currently using a PHP script to download messages through a POP3 connection (with fsockopen()). Messages are pooled and classified into my application (a help desk manager). As long as we use a lot of accents in spanish: á, é, í, ó, ú, ñ; those characters appears as =F1, =E9, =ED, =F3, etc. What type of encoding is it ? Which PHP function should I use to decode it ? Thanks in advance !