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
118 views

Exchange Server IMAP Protocoll

Hello, We are using currently Rebex IMAP for one of our products. We also want to use Rebex for the connections to Microsoft Exchange Server over IMAP protocoll. While doing that …
1
vote
1answer
63 views

IMAP processing of mail header References with multiple msgids

Hi, Using Rebex.Net.Imap 1.0.3723.0, .Net 3.5 VS2010 Seems that Outlook 12.0 does not enclose the msgids in the References mail header with angle brackets, so when the header is …
0
votes
0answers
26 views

Imaps login failure

Hi all, i'm trying rebex library. When using ImapBrowser sample (or ImapConsoleClient) in Implicit Security mode, i can connect with almost all servers but one, thath respond ERROR …
1
vote
1answer
143 views

Problem processing read receipts (disposition-notification) from Thunderbird using IMAP

Hi, I have a problem processing a read receipt using IMAP, relevant versions are: Rebex: 1.0.3723.0, Thunderbird 3.0.4 When sending a read receipt to Thunderbird, the reply loo …
0
votes
2answers
187 views

How can I move messages on IMAP?

How can I move a message from an IMAP folder to another one?
1
vote
1answer
125 views

Retrieving the Message-ID

Hello, How do I parse the Message-ID from the headers? I have the following: static void Main(string[] args) { Imap imap = new Imap(); imap.Connect("imap …
1
vote
1answer
137 views

IMAP Search with Free Form Text

Can someone from the Rebex team take a look at this posting? There is no way you can do a search in the IMAP client component with free-form text. Can you please provide time frame …
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
139 views

How to get quota of IMAP account?

Hello, How do I get the quota of the account that I am currently connected to? Thanks in advance!
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.
1
vote
1answer
115 views

How to create a log of communication between component and server?

Is it possible to create a detailed log of communication between client (component) and the server? It would help us detect problem sources. The log should include: Commands sent …
0
votes
2answers
108 views

How to process incomming emails with specific text in the message body

I have to write an application which will retrieve emails from the mail server. If message text includes the "message identification string" text than I need to extract message con …
0
votes
1answer
50 views

IMAP Impersonation

Hi I am trialing your .NET secure mail product for a project that I am involved in. I'm really impressed with the product so far. Essentially I am migrating a lot of IMAP accounts …
0
votes
1answer
57 views

List only New messages (not read)

Hi I'm evaluating the product, it is excellent. I ask before to search only for messages with some text in the header, and works perfect. But I want only to do this for not read …