Reading POP/IMAP Email: Error 220?

Figured it out.

Instead of using port 587 (which is only for SMTP), I needed to use port 993 for reading via IMAP or port 995 for reading via POP.

2 Likes