PHP Classes

how to list titles

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  how to list titles  >  (Un) Subscribe thread alerts  
Subject:how to list titles
Summary:how to list the emails title
Messages:2
Author:mrmrmr
Date:2011-10-29 19:57:49
Update:2011-10-29 20:20:48
 

  1. how to list titles   Reply   Report abuse  
Picture of mrmrmr mrmrmr - 2011-10-29 19:57:49
Hi.
I'm new with your class;
and because i didn't find a readme or faq section in your page, i don't know how can I list the emails title?

Can you help me?

  2. Re: how to list titles   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-10-29 20:20:48 - In reply to message 1 from mrmrmr
If you run the test_pop3.php example script you can see that it retrieves the headers of all messages in the mailbox. You can look at the Subject: header of each message to get their subjects.