PHP Classes

getting wrong subject

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  getting wrong subject  >  (Un) Subscribe thread alerts  
Subject:getting wrong subject
Summary:getting unreadable subject
Messages:2
Author:shrishail
Date:2011-02-21 10:24:18
Update:2011-02-21 18:54:21
 

  1. getting wrong subject   Reply   Report abuse  
Picture of shrishail shrishail - 2011-02-21 10:24:18
hello sir,
for some mails i am getting the mail subject like the following

=?UTF-8?B?TmV3IEFwcGxpY2F0aW9uIC0gQWdvZGEgTWFya2V0IEFmZmlsaWF0ZXMgUGFydG5lcg==?=

i dont know what does it mean??
plz help me to solve this problem.

  2. Re: getting wrong subject   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-02-21 18:54:29 - In reply to message 1 from shrishail
It means it is encoded. Use the MIME parser class to decode the message.

phpclasses.org/mimeparser

Take a look at the browse_mailbox.php example script.