I work with Perl and use Net::POP3 ...
My code is able to receive all emails, but I could not find any method in the documentation that can distinguish between read and unread messages.
IMAP does this, so I wanted to know if this applies to POP3?
The PS :: ping() method in Net::POP3 not listed as a Net::POP3 feature
source share