Hi All I am a new user for rebex POP3 I tried to get list of my mail messages on gmail but the error above appeared

    Pop3 client = new Pop3();


    client.Connect("pop.gmail.com");

please any one tell me if "pop.gmail.com" is not correct, or what is the problem? also I tried to enable ssl,but the error still hold

thanks in advance

asked 14 Nov '10, 11:24

Nermeen%20Fathy's gravatar image

Nermeen Fathy
16
accept rate: 0%


Gmail's POP3 server uses implicit SSL, which means that Pop3Security.Implicit and port 995 need to be specified when calling the Imap object's Connect method.

Please have a look at How to connect to Gmail using POP3 for more information and sample code.

link

answered 15 Nov '10, 11:21

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×36
×20
×2

Asked: 14 Nov '10, 11:24

Seen: 968 times

Last updated: 21 Mar '11, 18:22