PHP Classes

Ho w to only retrieve the latest reply

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  Ho w to only retrieve the latest reply  >  (Un) Subscribe thread alerts  
Subject:Ho w to only retrieve the latest reply
Summary:Retrieving the last message an not the whole history
Messages:2
Author:Marc-André Lanciault
Date:2009-05-18 17:01:00
Update:2009-05-21 08:53:26
 

  1. Ho w to only retrieve the latest reply   Reply   Report abuse  
Picture of Marc-André Lanciault Marc-André Lanciault - 2009-05-18 17:01:00
Hi and thanks for your great work !

I am using this class to analyze emails. However, I need to find a way to only retrieve the last message and not the previous messages contained in an email.

How could I achieve this ?

Thanks!!!!

  2. Re: Ho w to only retrieve the latest reply   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-05-21 08:53:26 - In reply to message 1 from Marc-André Lanciault
This class does not choose which messages are parsed. It parses what you tell it to parse.

If you are getting messages from a POP3 mailbox, maybe you need to list all messages to find what is the last message that you want to parse.