I would ask you if exist a possibility for retrieve only unreaded message via pop3.
Imap has UNSEEN flag so it can be done with some library.
But if I have only pop3? How can I retrieve only the un readed mails?
Thanks a lot.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
POP3 does not support unread flag. Imap does 🙂 You can use the Zend Framework to handle this with imap.
I have done this to find “bounced” mails: