PHP Classes

Error when parsing header

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  Error when parsing header  >  (Un) Subscribe thread alerts  
Subject:Error when parsing header
Summary:Error when parsing header
Messages:3
Author:Pawel
Date:2016-07-22 14:43:52
 

  1. Error when parsing header   Reply   Report abuse  
Picture of Pawel Pawel - 2016-07-22 14:43:52
I had an error when parsing a text message.

Error:
MIME message decoding error: Address extraction error from header from: it was not specified a valid address at position 743
line 15 column 6

header, line 15:
From: "%GIRL_NAME Falkowski" <Falkowski_%[email protected]>

Can You help me ?

  2. Re: Error when parsing header   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-07-23 03:58:42 - In reply to message 1 from Pawel
Yes there was a bug not considering % and ` as valid atom characters for email addresses.

The bug is fixed and the fixed version was uploaded. Just let me know if you find any other issues. Thank you for reporting.

  3. Re: Error when parsing header   Reply   Report abuse  
Picture of Pawel Pawel - 2016-07-23 18:18:40 - In reply to message 2 from Manuel Lemos
Thank you for update.
Very good job with this class, respect.