New Post: Error Nullable object have to have value
Hi Pavel, thanks for explanation. Miroslav
View ArticleNew Post: Message unique identification?
Hi Pavel, I get null messageID in case download Full:mx.Download(Enums.MessageFetchMode.Full, True) Dim pom As String = mx.MessageId Greetings Miroslav
View ArticleCreated Unassigned: Issue with BodyParts parsing [1912]
I am trying IMAP with gmailWhen the system send request for body partsUID FETCH 25562 (BODYSTRUCTURE)Gmail returns below body structure string which after a bit formatting should look like* 20114 FETCH...
View ArticleCommented Unassigned: Issue with BodyParts parsing [1912]
I am trying IMAP with gmailWhen the system send request for body partsUID FETCH 25562 (BODYSTRUCTURE)Gmail returns below body structure string which after a bit formatting should look like* 20114 FETCH...
View ArticleNew Post: Announcement: ImapX 2.0.0.16
Hi Pavel, do you happen to have a compiled dll (for .net 4 or 4.5) that does not have the "An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll" error when saving...
View ArticleCreated Unassigned: Bug in StingDecoder.DecodeQuotedPrintable [1915]
StringDecoder.DecodeQuotedPrintable("=3D3E=3E", Encoding.ASCII);Results in ">>"Where it should result in "=3E>"This is because the Regex expression finds =3D and =3E as valid quoted printables...
View ArticleCreated Unassigned: I want emails according to the dates [1916]
Hi Im using IMAPX and this is my codeI cant retrieve the emails from todays date I somehow am getting emails from 23/1/2013```string query = "Since" + DateTime.Now.ToString("dd-MMM-yyyy");...
View ArticleCommented Unassigned: I want emails according to the dates [1916]
Hi Im using IMAPX and this is my codeI cant retrieve the emails from todays date I somehow am getting emails from 23/1/2013```string query = "Since" + DateTime.Now.ToString("dd-MMM-yyyy");...
View ArticleCommented Unassigned: I want emails according to the dates [1916]
Hi Im using IMAPX and this is my codeI cant retrieve the emails from todays date I somehow am getting emails from 23/1/2013```string query = "Since" + DateTime.Now.ToString("dd-MMM-yyyy");...
View ArticleNew Post: Possible to get the available space on Gmail?
Is it possible to get the available space for Gmail using ImapX 2? Apparently Gmail supports the IMAP Quota Extension, but I don't see a way to send an ad-hoc command.
View ArticleNew Post: Message unique identification?
Hi Miroslav, please check if the client.Behavior.RequestedHeaders contains "Message-Id". It should be requested fine. Greets, Pavel
View ArticleNew Post: Possible to get the available space on Gmail?
Hi Alien_Technology, as a temporary solution you can use the ImapClient.SendAndReceive method to send custom commands to get the available space. However, I plan to update the library and will add the...
View ArticleNew Post: Announcement: ImapX 2.0.0.16
Hi RutgervO, I still have some trouble getting rid of this exception. As soon as I have a solution, which should not take long, I will publish the updated DLL as well as update the Nuget package....
View ArticleEdited Unassigned: I want emails according to the dates [1916]
Hi Im using IMAPX and this is my codeI cant retrieve the emails from todays date I somehow am getting emails from 23/1/2013```string query = "Since" + DateTime.Now.ToString("dd-MMM-yyyy");...
View ArticleClosed Unassigned: I want emails according to the dates [1916]
Hi Im using IMAPX and this is my codeI cant retrieve the emails from todays date I somehow am getting emails from 23/1/2013```string query = "Since" + DateTime.Now.ToString("dd-MMM-yyyy");...
View ArticleUpdated Wiki: Home
ImapX 2 is a crossplatform IMAP library for .NET, supporting SSL/TLS, OAuth2 and all major GMail IMAP extensions. It's the only IMAP library which supports all .Net 2.0 - 4.5, Mono and Windows Phone...
View ArticleCreated Unassigned: Body.HTML is leaving out spaces between words [1921]
I am using imapx to download html formatted emails from Gmail. I had issues with spaces between words disappearing. It seems that imapx is trimming of some spaces on the end of lines when it is...
View ArticleNew Post: Possible to get the available space on Gmail?
Ah, I misunderstood what SendAndReceive was. That should work perfectly. Thank you for the quick response and great product.
View ArticleNew Post: Unable to get body
Hi Pavel, I can hardly wait to get hands on version 2.0.0.16! Hopefully it won't take long to release this new build. Good luck, thanks.
View ArticleCreated Unassigned: Remotely deleted messages are not reflected after...
Suppose a folder has already been downloaded once with `Folder.Messages.Download()`. When performing `Download()` again, new messages are picked up, but messages that have been deleted by another...
View Article