I'm acquiring the unread mails I have in my GMail account through PHP and its method *imap_open*
When I get the subjects through the method *imap_fetch_overview* I get some subjects like this:
=?ISO-8859-1?Q?Informaci=F3n_Apartamento_a_la_Venta?= =?ISO-8859-1?Q?_en_Benasque(Demandas:_0442_______)?=
It's unreadable, I think because of its character encoding.
What should I do to make it readable?