Get POP3 and get IMAP Are not working

HI,

I am trying to get all unread message from my mailbox using IMAP and POP3. Both are not working for me.After running 5 to 6 minutes its throw an error like POP3/IMAP server has unexpectedly disconnected.

But i am using same server and port address for send SMTP it works properly.

Can any one help me on this.

Thank you,

Hi,
Try this:

  • By default, the POP3 protocol works on two ports:

Port 110 - this is the default POP3 non-encrypted port
Port 995 - this is the port you need to use if you want to connect using POP3 securely

  • By default, the IMAP protocol works on two ports:

Port 143 - this is the default IMAP non-encrypted port
Port 993 - this is the port you need to use if you want to connect using IMAP securely

3 Likes

Thank You ddpadil, its working.