Getting List of new (Not downloaded) mails from Inbox only using POP3 Client

0

Dear ComponentPro

I am trying to develop a email module(similar to outlook) to be used with our winform application.  I would like to develop Inbox using POP3 Client for now. I have studied your sample application for pop3 client and need some help to develop this module. I have some points which i would like to get clear before starting this module.

1. Can we just get the list INBOX mails. The sample retrives all INBOX and SENT Mails.
2. As I will be saving the emails(and attachements) database/filesystem, is there any way to get mails which we havent downloaded yet. Or I simply have to get list all mail and compare them with the mail I have already saved to my database/ file system.
3. Can we set  flages 'Read', 'Unread' to emails. and sync them between emailserver and my client application.

Thanks 
Vikram S Kandari
 

edited 11/29/2017 10:37:17 PM
asked 1/5/2012 12:36:51 PM
add a comment

1 Answers

0
POP3 allows you to download new messages only. If a message has been downloaded, you cannot download it next time. There is no Flag setting functionality in POP3. Please let us know your code segment using the component.
 
answered 11/16/2017 12:41:36 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged mail pop3 or ask your own question.