PHP Classes

ExtractedAddresses not decoded in some cases

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  ExtractedAddresses not decoded in...  >  (Un) Subscribe thread alerts  
Subject:ExtractedAddresses not decoded in...
Summary:Sometimes the ExtractedAddresses array remains mime-encoded
Messages:3
Author:Kieran
Date:2016-09-07 18:24:26
 

  1. ExtractedAddresses not decoded in...   Reply   Report abuse  
Picture of Kieran Kieran - 2016-09-07 18:24:26
I have come across the following email: http://pastebin.com/ThzKayHm

The ExtractedAddresses array for the FROM header contains the following content:
'name': =?windows-1256?Q?_____________?= =?CP1256?Q?_________________________________________________________________________________PPI____-_____Advice____-______Line______?=
'address': admin-communication-msn_klieq-gmvjme6WS9@actuallybig.com

I am expecting 'name' to equal (or there abouts): PPI - Advice - Line

For most emails, the 'name' is decoded however this does not appear to be working in this case.

  2. Re: ExtractedAddresses not decoded in...   Reply   Report abuse  
Picture of Kieran Kieran - 2016-09-23 14:19:45 - In reply to message 1 from Kieran
Previous pastebin expired, here's a new link: http://pastebin.com/Lki7w0rE

  3. Re: ExtractedAddresses not decoded in...   Reply   Report abuse  
Picture of Kieran Kieran - 2016-10-13 10:15:45 - In reply to message 2 from Kieran
Any update on this?