This is the current code I am using
imap_open ('{mail.pop3.com}INBOX', 'username', 'password');
And it wont connect! I can use the exact same code to connect to other mailboxes. The one I am trying to connect to contains 9000 messages, (Over 20 M😎 could that have something to do with it? When I execute the script, it executes for about a minute and then returns with an error (its not a time-out error).