|
How do I connect to Gmail using Rebex Mail or Rebex POP3 component? |
|
Gmail runs TLS/SSL secured POP3 server on pop.gmail.com, port 995. The following C# code demonstrates how to connect to it using Rebex Secure Mail or Rebex Secure POP3:
For a complete example, see the following blogpost HOWTO: Download emails from a GMail account in C# |