I am using POP on my server to receive emails sent to a specific email alias.
My email provider allows me to create aliases so my account may have 3 or 4 different email addresses for the same popserver, user/password.
How do I restrict the POP to download only the emails for that particular alias (email address) at popserver, user/password? Because right now it is downloading the emails for all of the aliases for that account. I was hoping there would be something like POP.From.Add(emailaddress) so it receives only the email for a particular alias.
TIA