|
|
| |
1. How to Get Just Unread Email |
|
Reply |
|
|
 defomaz | 2012-12-17 10:57:05 |
If in mailbox there is 10 email and 3 mail is unread, so how to get data just 3 unread email?
Thank you. |
| |
2. Re: How to Get Just Unread Email |
|
Reply |
|
|
 Manuel Lemos | 2012-12-19 06:15:13 - In reply to message 1 from defomaz |
The POP3 protocol itself does not provide any means to determine and retrieve only unread messages.
However, some mail servers change the Status header of each message after it is retrieved for the first time. You may want to check that header for each message to see if it was tagged as read. |
|