3

I've tried some code I found here:

I am unable to get it to work and get the following error:

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 209.85.227.109:995

I have POP enabled on all my Gmail accounts.

I can use third party tools like this sidebar gadget, so I don't think port 995 is blocked.

Any thoughts on what I can try next?

WonderWorker
  • 8,539
  • 4
  • 63
  • 74
joshcomley
  • 28,099
  • 24
  • 107
  • 147

4 Answers4

1

Please take a read of the following document:

WonderWorker
  • 8,539
  • 4
  • 63
  • 74
Sandeep Pathak
  • 10,567
  • 8
  • 45
  • 57
1

you can otherwise read your mail through RSS feeds.

https://username:password@mail.google.com/mail/feed/atom

https://mail.google.com/mail/feed/atom/labelname You can also read feeds with specific label.

kapser
  • 621
  • 3
  • 11
1

The solution can be found here: Reading emails from Gmail in C#

But before this, you need to configure your Gmail setting to enable the Imap and third party mail clients. To do so, you can follow the steps from this page: How to Enable IMAP/POP3/SMTP for Gmail Account?

Community
  • 1
  • 1
Mnemo
  • 652
  • 1
  • 13
  • 18
1

You can telnet 209.85.227.109 995 and make sure that you get blank screen. This ensures that your computer is able to connect Gmail server. contact your system admin to unblock the port 995 or gmail smtp/pop server.

satalaj
  • 11
  • 1