Created Unassigned: Idleing issue [2683]
Hi,i tried to use the Idleing example from the documentation page. After i called the StartIdle Methodi'll get the following debugtext. IMAPX21 IDLE idlingBut when a new message is recieved, the idle...
View ArticleCommented Unassigned: Idleing issue [2683]
Hi,i tried to use the Idleing example from the documentation page. After i called the StartIdle Methodi'll get the following debugtext. IMAPX21 IDLE idlingBut when a new message is recieved, the idle...
View ArticleCreated Unassigned: Each message body has extra text [2697]
I am using imapx in my project, and noticed that when I have new message in inbox and trying to look at it, in message.Body.Text i see some extra text that was not in original message.Text looks like...
View ArticleNew Post: NuGet Package vs. Source Code
Hi! I noticed that the NuGet Package is not using the latest source code from this project. Is it possible to get this package updated? The current source code has an important fix for mdaemon and it...
View ArticleCommented Unassigned: getting the error - 'An invalid character was found in...
Dear All,Good DayI am using the latest version of the imapx dll in order to read the unread message from inbox using the below code:using(var client = new ImapClient("abc.def.com", 993, true, false)){...
View ArticleCommented Unassigned: getting the error - 'An invalid character was found in...
Dear All,Good DayI am using the latest version of the imapx dll in order to read the unread message from inbox using the below code:using(var client = new ImapClient("abc.def.com", 993, true, false)){...
View ArticleNew Post: ProcessHeader and process
I was using the Imapx version 1.2.3.126. I am upgrading to version 2.0.0.16 . In my code there was ImapX.Message.ProcessHeader() and ImapX.Message.Process() what are the equivalent methods to use with...
View ArticleNew Post: STARTTLS IN IMAPX
Hey I am trying to connect to server who uses 'STARTTLS' Capability. First I connect to server non SSL Port 143 then send command 'STARTTLS' and then 'LOGIN'. I get response after 'STARTTLS' as 'OK...
View ArticleNew Post: The selected authentication mechanism is not supported
I had same issue but I found my Server had a capability 'STARTTLS' for which we should send command 'STARTTLS' before LOGIN. Can you paste your capability before you login?
View ArticleNew Post: STARTTLS IN IMAPX
Hi jabirst, After the STARTTLS Command, you have to switch to an SslStream. I post the snipped here, that may help you.IList<string> data=new List<string>(); if...
View ArticleNew Post: ProcessHeader and process
Hi CCarlson, there were many major changes done in version 2. compared to version 1.. The methods Message.ProcessHeader and Message.Process are no longer needed. For a quick start, I recommend taking a...
View ArticleNew Post: NuGet Package vs. Source Code
Hi BSnuggs, I will update the Nuget package to the latest version. Greets, Pavel
View ArticleNew Post: STARTTLS IN IMAPX
Hi jabirst, Michael, I will include Michael's snippet in the latest source code. Greets, Pavel
View ArticleNew Post: Announcment: ImapX 2.0.0.17
Hello everyone, It has been a long time since last official release and it's definitely time for an update. Over the past year, many fixes have been made, and I'd like to thank everyone who helped out...
View ArticleNew Post: BUG: Exception when network is disconnected in IDLE mode.
If you set IDLE mode (StartIdling) and internet connection is lost, an Exception will be thrown: ImapBase.cs : Line 593 System.IO.IOException was unhandled Message=Unable to read data from the...
View ArticleCreated Unassigned: Body HTML : BODY[1.2.2] NIL UID 920 [2701]
Hi,I'm working with your library but I have a problem when I try to get the HTML and Text bodies.For body HTML : BODY[1.2.2] NIL UID 920For body TEXT : BODY[1.2.1] NIL UID 920Do you have any solution...
View ArticleNew Post: Announcment: ImapX 2.0.0.17
Hi there, We are still waiting for a new version;)
View ArticleNew Post: Some messages could not be FETCHed (Failure)
My code is successfully connecting to gmail, and downloading the emails and their attachments. I am able to access attachments through both the Message.Attachments and Message.EmbeddedResources. As...
View ArticleCommented Unassigned: .eml attachments not downloading properly [2661]
If I attach an (.eml) file to an email as an attachment, IMAPX is not seeing this file as an attachment. The file is not showing up as an embedded resource, OR as a regular attachement.The eml...
View Article