Reading unread mail for pop3 protocol

Hello team,

Having issue in retrieving only unread mails from the inbox folder for pop3 protocol.
Not having access to IMAP protocol.
Tried with java as well as ae Studio but taking lot of time as it first downloads all mails read as well as unread mails.
Could anyone suggest better option for POP3 protocol

Regards,
Rohini

POP3 does not have the capability to track whether messages are read or unread. https://stackoverflow.com/questions/3576354/how-to-retrieve-just-unread-emails-using-pop3You can try batching and/or filtering.

Regards,
Trupti