Created Release: ImapX 2.0.0.9 (апр 15, 2013)
A long awaited release with many bugfixes and a cool new feature - OAuth2 support. Updates of the library:Added OAuth2 supportAdded possibility to bypass server certificate validationReplaced the...
View ArticleUpdated Wiki: Home
ImapX 2 is an IMAP library for .NET, supporting SSL, different IMAP formats (like Gmail, AOL) and OAuth2. ImapX 2 is an extended version of the ImapX library developed by Andriy Mykhaylyuk...
View ArticleUpdated Wiki: Home
ImapX 2 is an IMAP library for .NET, supporting SSL, different IMAP formats (like Gmail, AOL) and OAuth2. ImapX 2 is an extended version of the ImapX library developed by Andriy Mykhaylyuk...
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 ArticleNew Post: ImapX cant get BCC mail
Hi Pavel, I've found that ImapX cant get BCC mail. Message.Bcc is always null. I tried ImapX 2.0.0.8, and email test is of Google App.
View ArticleNew Post: ImapX cant get BCC mail
Hi conquerorvn, i received your mail where you mentioned this issue. Will check on that. I'd also suggest you to update the version of your library to 2.0.0.9. It has been released recently. Best...
View ArticleNew Post: IDLE support?
Hello, I may have overlooked this but I can't find any documentation on it- is there already IMAP IDLE support in ImapX or is this a planned feature? I spent quite a bit of time trying to google this...
View ArticleNew Post: IDLE support?
Good day, you're not mistaken, there is no IDLE Support at this time. Nevertheless this feature is planned for the next release, so currently I'm working on implementing it. Best regards, Pavel Azanov
View ArticleNew Post: Cannot retrieve Folder when mailbox has subfolders
Hey Pavel, We tried out your latest release. The AddFlag and RemoveFlag work like a charm. Thank you 8-) The connection problem still persists though. You can check out our code at...
View ArticleNew Post: Cannot retrieve Folder when mailbox has subfolders
Hi Vincent, Happy to hear the last updates work fine! Yes, currently I'm working on the issue with this infinite loop, because there are more people who reported this problem, but still wasn't able to...
View ArticleNew Post: ImapX - What's coming next?
Good day, with the release of version 2.0.0.9 of the library, we come very close to a new important milestone in the development, and I'd like to announce some new features you can await in the next...
View ArticleNew Post: Marking mails as read
Hi, I'm not sure, if I'm doing something wrong, but i can't mark message as seen. Here is some code: MessageCollection messages = imap.Folders[this.Folder].Search("UNSEEN", true); foreach (Message...
View ArticleNew Post: Marking mails as read
Hi kzrysiej, your code is fine, except one line - there is no need to call the ProcessFlags method. Simply make a call to AddFlag, should work without any problems. Best regards, Pavel Azanov
View ArticleNew Post: Marking mails as read
Unfortunatly, it does't work. Here is th whole function:public void WaitForMails(int interval) { while (true) { MessageCollection messages = imap.Folders[this.Folder].Search("UNSEEN", true); if...
View ArticleNew Post: Marking mails as read
Hi, as before, the code is fully correct. Can you check if you can mark the messages as read using the sample application? (use the contextmenu on a message). Is it also possible to provide some more...
View ArticleNew Post: Base 64 Execption While Fetching Mails
I have the same issue. It happens if I have excel attachment (not all cases). I've downloaded latest version ImapX (2.0.0.9) but still I get error message. Here is my code: _messages =...
View ArticleSource code checked in, #25724
Fixes by naudelb (Len Naude): - Preventing Attachment.SaveFile to throw exceptions on empty filename - Added parsing of eml file attachments - Added parsing of delivery notice attachment - Fixed inline...
View ArticleNew Post: Base 64 Execption While Fetching Mails
I have the same issue. It happens if I have excel attachment (not all cases). I've downloaded latest version ImapX (2.0.0.9) but still I get error message. Here is my code: _messages =...
View Article