New Post: Marking message as unread
Hello vzorge, if you want to mark a message as “unread” again, you need to remove the SEEN flag. I updated the source code in the repository (not the binaries!, will be updated with the next release...
View ArticleNew Post: Cannot retrieve Folder when mailbox has subfolders
I have a simple setup with a mailbox with 3 top level folders. When using this library I can connect to them perfectly with an ImapClient. However, as soon as I add a subfolder, to the INBOX, the...
View ArticleNew Post: Cannot retrieve Folder when mailbox has subfolders
Hi vzorge, hm, the issue described sounds strange, but i can think of a possible reason for it. I'll try to fix it in the next days and let you know, so you can test if the problem still occurs. Best...
View ArticleNew Post: ImapX and OAuth2 with GMail
Awesome, I am nearly ready to start implementing my project so the timing for this is just right! Thanks, Rupert
View ArticleCommented Issue: The message.Process() go into infinite loop [1495]
The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...
View ArticleCommented Issue: The message.Process() go into infinite loop [1495]
The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...
View ArticleSource code checked in, #25249
- Check-fix for issue 1495 (http://imapx.codeplex.com/workitem/1495)
View ArticleCommented Issue: The message.Process() go into infinite loop [1495]
The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...
View ArticleSource code checked in, #25250
- Changed Message.Cc and Message.Bcc field types to List<MailAddress>
View ArticleNew Post: Cannot retrieve Folder when mailbox has subfolders
Hi vzorge, I updated the code in the repository, please check if the problem described still occurs. Best regards, Pavel Azanov
View ArticleEdited Issue: Problem with Encoding ParseContentType(string value, out string...
Ocorred error in line```return Encoding.GetEncoding(tmp.Groups[tmp.Groups.Count - 1].Value.Split(new[] { ';' })[0].Trim());```__'utf8' is not a supported encoding name. Parameter name: name__Should be...
View ArticleSource code checked in, #25253
- Fixed issue 1548 (https://imapx.codeplex.com/workitem/1548)
View ArticleSource code checked in, #25284
- Change Message.From field type to MailAddress to make the usage more intuitive
View ArticleCommented Issue: The message.Process() go into infinite loop [1495]
The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...
View ArticleCommented Issue: The message.Process() go into infinite loop [1495]
The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...
View ArticleSource code checked in, #25309
- Added OAuth2 support - Updated the sample application to provide authentication for GMail through OAuth2
View ArticleNew Post: ImapX and OAuth2 with GMail
Hi, Rupert and paulsc you can check the latest source code in the repository, i updated the library with OAuth2 support. The sample application now also contains code for authenticating through OAuth2...
View ArticleReleased: ImapX 2.0.0.9 (Apr 15, 2013)
A long awaited release with many bugfixes and a cool new feature - OAuth2 support.Updates of the library:Added OAuth2 support Added possibility to bypass server certificate validation Replaced the...
View Article