Commented 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: Delete new Message and \Recent Flag Bug
Добрый день, Павел. Извиняюсь что на русском языке, но так я смогу более подробней объяснить суть проблемы. В общем, при поступлении нового письма, и при получении его флагов с сервера IMAP, в...
View ArticleNew Post: Delete new Message and \Recent Flag Bug
Добрый вечер TheByteMan, без проблем, спасибо большое за правки, включу в новую сборку! С уважением, Павел
View ArticleCommented Unassigned: Body.Text doesn't decode links correctly [1873]
Given this email:``` Welcome to the Fedarated Identity Repository using the The Internal Ducot Service service.Click this link, https://ducot.netdocuments.com/neWeb2/docCent.aspx?whr=CA%2DH3GSM67W, to...
View ArticleCommented 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 ArticleEdited Issue: 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 ArticleEdited Issue: 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 ArticleEdited Unassigned: MessageCollection.Download() crash [1911]
When trying to download a specific email with anything more than just the headers, usingfolder.Messages.Download(new long[] { uId });the app crashes:The given key was not present in the dictionary. at...
View ArticleClosed Unassigned: Message.Body.Text doesn't have Unix line breaks [1883]
It would seem that Message.Body.Text doesn't have the Unix style line endings in some cases. This is making emails sent from iPhones for instance render all as one line.
View ArticleCommented Unassigned: Body.Text doesn't decode links correctly [1873]
Given this email:``` Welcome to the Fedarated Identity Repository using the The Internal Ducot Service service.Click this link, https://ducot.netdocuments.com/neWeb2/docCent.aspx?whr=CA%2DH3GSM67W, to...
View ArticleCommented Unassigned: Body.Text doesn't decode links correctly [1873]
Given this email:``` Welcome to the Fedarated Identity Repository using the The Internal Ducot Service service.Click this link, https://ducot.netdocuments.com/neWeb2/docCent.aspx?whr=CA%2DH3GSM67W, to...
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 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 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 ArticleNew Post: Message unique identification?
Hi Pavel, sorry for late answer - I was abroad. You didn't answer my first question: What is the minimal Enums.MessageFetchMode for getting MessageID? It is important for me not to get large collection...
View ArticleNew Post: Search Since
Hello. may I kindly ask for an example of use search messages newer than an specified date? I am specialy interested in date format in .NET. Thank you very much Miroslav
View ArticleNew Post: Announcement: ImapX 2.0.0.16
Hello, may I ask you, where could new ImapX 2.0.0.16 be downloaded? There is still version 2.0.0.15 on this site and it doesn't contain method DownloadRawMessage(). Thank you Miroslav
View Article