PHP Classes

How to filter the File Content

Recommend this page to a friend!

      POP3 e-mail client  >  POP3 e-mail client package blog  >  How Can PHP Read Emai...  >  All threads  >  How to filter the File Content  >  (Un) Subscribe thread alerts  
Subject:How to filter the File Content
Summary:How to filter the File Content
Messages:2
Author:Roger Bader
Date:2009-05-20 06:21:10
Update:2009-05-20 07:03:06
 

  1. How to filter the File Content   Reply   Report abuse  
Picture of Roger Bader Roger Bader - 2009-05-20 06:21:10
Hello,
I just tried this class and it works great. Thanks for the good work.

Here my question: When I run "browse_mailbox.php" I get the message structure with all information about an email-message. How do I arrive to put the text content in a variable. For example: $emailcontent = ???. I need to work with the text-content of the email and process it to filter the GPS (lan lat).

Any ideas ?

Roger


  2. Re: How to filter the File Content   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-05-20 07:03:06 - In reply to message 1 from Roger Bader
The Analyze function of the MIME parser class returns an array that makes it simple to access each of the message parts.