Reviewed: ImapX 2.0.0.16 (Aug 01, 2014)
Rated 5 Stars (out of 5) - In the middle of a deployment a third party provider's latest component was no longer compatible with the system being deployed meaning critical alerts wouldn't be processed....
View ArticleCommented Issue: When accessing ImapClient Folders property after connect to...
Here is the debug log:IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 NAMESPACE AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN IDLE COMPRESS=DEFLATE ACL UNSELECT UIDPLUS QUOTA BINARY XLISTIMAPX1 OK CAPABILITY...
View ArticleEdited Issue: When accessing ImapClient Folders property after connect to a...
Here is the debug log:IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 NAMESPACE AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN IDLE COMPRESS=DEFLATE ACL UNSELECT UIDPLUS QUOTA BINARY XLISTIMAPX1 OK CAPABILITY...
View ArticleNew Post: Bad sorting by UId on Search
Hi. Folder.cs: 464internal long[] SearchMessageIds(string query = "ALL", int count = -1) { ... return count < 0 ? result.Groups[1].Value.Trim().Split(' ').Select(long.Parse).ToArray() :...
View ArticleCreated Unassigned: Problem with IDLE support [2382]
Hi,I am working on a vb.net program that should show the newest e-mails from my IMAP account. I want to implment this with the IDLE support.In principal it works perfect. However, the server of my...
View ArticleNew Post: Bad sorting by UId on Search
Hi IliaV, thank you for the hint, you can check the latest code in the repository, the issue is fixed now. Greets, Pavel
View ArticleCommented Unassigned: Problem with IDLE support [2382]
Hi,I am working on a vb.net program that should show the newest e-mails from my IMAP account. I want to implment this with the IDLE support.In principal it works perfect. However, the server of my...
View ArticleEdited Feature: Problem with IDLE support [2382]
Hi,I am working on a vb.net program that should show the newest e-mails from my IMAP account. I want to implment this with the IDLE support.In principal it works perfect. However, the server of my...
View ArticleNew Post: Attachment issue
I'm seeing an odd behavior with your package. Although it appears to see the attachments just fine when I download the message, it actually inserts the message body into the file when downloaded. I've...
View ArticleCommented Feature: Problem with IDLE support [2382]
Hi,I am working on a vb.net program that should show the newest e-mails from my IMAP account. I want to implment this with the IDLE support.In principal it works perfect. However, the server of my...
View ArticleNew Post: Attachment issue
Hi noffer, by default, the client will fetch the messages using MessageFetchMode.Basic, which means, the it will download the body parts, but won't download the attachments. Based on this, you can...
View ArticleCommented Feature: Problem with IDLE support [2382]
Hi,I am working on a vb.net program that should show the newest e-mails from my IMAP account. I want to implment this with the IDLE support.In principal it works perfect. However, the server of my...
View ArticleUpdated Wiki: Idle support
Idle support ImapX supports idle, so you can receive new messages just-in-time. Once new messages arrive in the current folder, they will be downloaded automatically and an event will be...
View ArticleReviewed: ImapX 2.0.0.16 (Aug 07, 2014)
Rated 5 Stars (out of 5) - Works great and is actively supported. I had a few issues working with attachments, but I think it was all on my end as its working great for what I needed!
View ArticleNew Post: Attachment issue
Thanks for the reply, I'm not sure what exactly changed, but using the msg.Attachments approach works this evening. Here are the 3 items that were changed... 1) We dropped the body content alltogether...
View ArticleCreated Unassigned: Recurring issues with Body.Text and Body.Html with...
I have had this issue for a while now. A message will download successfully, but when I try to access either Body.Text or Body.Html, all I will get is BODY[1.2.1] NIL for text and BODY[1.2.1] NIL for...
View ArticleCommented Unassigned: Recurring issues with Body.Text and Body.Html with...
I have had this issue for a while now. A message will download successfully, but when I try to access either Body.Text or Body.Html, all I will get is BODY[1.2.1] NIL for text and BODY[1.2.1] NIL for...
View ArticleNew Post: IdleSupport | NoopIssueTimeout
Hi, How can i set NoopIssueTimeout? I can't access NoopIssueTimeout property in latest version ImapX 2.0.0.16. Thanks.
View ArticleNew Post: IdleSupport | NoopIssueTimeout
Hi ehsaanwelcome, the NoopIssueTimeout property was added after the release of 2.0.0.16, you can access it when using the latest code from the repository. If you tell me which .Net version you are...
View Article