0 votes
by (160 points)
edited

Possible Duplicate:
How to connect to Gmail using POP3?

How to connect to gmail with pop3 in RebexMail-Full-1.0.3723.0-DotNet2.0 version

My Code.

client = new Pop3(); client.Connect(pop.gmail.com, 995 ); client.Login("account@gmail.com","123456");

and it's not work

Applies to: Rebex Secure Mail

1 Answer

0 votes
by (13.0k points)
edited by

Gmail requires you to use POP3/SSL and not plain POP3. You have to use Rebex Secure POP3. The same question is discussed in http://forum.rebex.net/4/how-to-connect-to-gmail-using-pop3

...