I am using poplib protocol to fetch emails for our ticketing application.
However the mailbox is having 20k + mail and it attempts to download/fetch all 20k mails
which is not required and only recent mails i need to fetch.
Is there any option to fetch only recent mails or mails from specific date using poplib /pop protocol python