Tagged Questions

0
votes
1answer
19 views

Unable to connect to gmail via IMAP/POP3 with correct username/password

I'm trying to connect to my Gmail account. I'm sure, that correct username/password is provided. I'm getting following error messages: IMAP Rebex.Net.Imap.Login throws Rebex.Net …
0
votes
1answer
90 views

Connection closed by server when trying connect to gmail

This is your example code. How to connect to gmail. private void DoMethod () { bool connecting = false; Exception error; try { if ( …
0
votes
4answers
272 views

SMTP error while sending a message through Gmail

This is the error when i tried to test the following codes below: ERROR --> Must issue a STARTTLS command first. 15sm458594bwz.12 (530). Dim message As New MailMessage messa …
1
vote
1answer
86 views

How to mark a message as readed

Hi I think this is my last question, I'm using IMAP for list messages, retrive headers and extract some content for the mails, all this works perfect. The last thing to do is mar …
1
vote
2answers
346 views

How to connect to gmail using IMAP?

How do I connect to Gmail using IMAP protocol? I want to retrieve email messages.
0
votes
1answer
279 views

How to connect to Gmail using POP3?

How do I connect to Gmail using Rebex Mail or Rebex POP3 component?