problem while fetching email from gmail account by MBS xojo plugins

i have a problem while fetching email from gmail account, i am using CURL MBS xojo plugins.
I have tried to run example MBS-Xojo-Plugins185\MBS-Xojo-Plugins185\Examples\CURL\Receive Email\CURLS email client

Got Error :

Trying 74.125.24.108…
connect to 74.125.24.108 port 110 failed: Timed out
Trying 74.125.24.109…
connect to 74.125.24.109 port 110 failed: Timed out
Failed to connect to pop.gmail.com port 110: Timed out
Closing connection 0

Please help me to sort out above error.

If you don’t get an answer, either firewall blocks or you use wrong port.

Using port 110 with GMail is most likely the problem. GMail does not open port 110 for POP.

This link is a must read before you start usng POP with GMail. This one is the same for IMAP.