Earlier quoted context omitted.
Why is POP3 horribly inefficient? Lack of an equivalent to the IMAP COMPRESS extension?
POP3 is only efficient if you download all mail to the client and immediately remove it from the server. But nobody does that, everyone leaves their mail on the server. Then everytime you synchronize the server has to go through all the mail it has to see what you don’t have, which is very inefficient if you have 10000 mails in your inbox, like most people have these days. It’s optimized for a usecase that doesn’t ex…
Where it is not the right tool for the job, use the tool that is instead (IMAP presumably in this case).