PHP Classes

Decoded array problem

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  Decoded array problem  >  (Un) Subscribe thread alerts  
Subject:Decoded array problem
Summary:Having problem with extrating email address from decoded array
Messages:23
Author:Jack J. Utano
Date:2009-02-27 21:42:39
Update:2009-03-06 18:44:31
 
  1 - 10   11 - 20   21 - 23  

  21. Re: Decoded array problem   Reply   Report abuse  
Picture of Jack J. Utano Jack J. Utano - 2009-03-05 21:05:37 - In reply to message 20 from Manuel Lemos
I am apologize for keeping bothering you. Actually, I am dyslexic with a few combination of letters obviously the e and v being one of them. I changed the code:

print_r($decoded['ExtractedAddresses']['envelope-to:'][0]['address']);

but the output is still blank.

Thanks once again for your patience!

  22. Re: Decoded array problem   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-03-06 03:10:49 - In reply to message 21 from Jack J. Utano
Actually it should be this way because the decoded array may return the results of multiple parsed messages when parsing messages from mbox files.

$decoded[0]['ExtractedAddresses']['envelope-to:'][0]['address']

  23. Re: Decoded array problem   Reply   Report abuse  
Picture of Jack J. Utano Jack J. Utano - 2009-03-06 18:44:31 - In reply to message 22 from Manuel Lemos
Success!! Thank you very much for your patience ...

 
  1 - 10   11 - 20   21 - 23