bbbford

Results 10 comments of bbbford

I also am confused about how to use the methods. I would like to programmatically change the sorting of the grid.

Another observation - something is happening when a new message is received, but the NewMessage event handler is not fired. If I send an email to the monitored mailbox my...

Thanks for the help Nikize Here is my trace log - S22.Imap Information: 0 : S -> \* OK The Microsoft Exchange IMAP4 service is ready. S22.Imap Information: 0 :...

Here is the trace log when I use the same code with a gmail account instead of Exchange. This is working fine and calling the NewMessage event handler. S22.Imap Information:...

Thanks again for your help here. I'm a bit out of my depth here but stepping through ImapClient.cs, I may have located the problem in the EventDispatcher method. The method...

This appears to be working now with the following changes: 1) Modify the SelectMailbox method as described in issue #31 as follows: ``` private void SelectMailbox(string mailbox) { if (!Authed)...

Thanks for the advice. I will look into removing references to uid in the EventDispatcher and handling it my NewMessage event handler.

Agreed! This library has everything I want... except it is tied to React!