Edited Issue: Sevenbit Text Attachment - LF-CR Bytes Lost? [1830]
Hi Pavel,As you may know from my earlier forum post, we are receving short text files as attachments that we must parse on-the-fly and act upon. The content type for the files is "text/plain" and the...
View ArticleSource code checked in, #32394
- Fixed quoted-printable decoder - Fixed issue with attachment processing (high number of decode operations while downloading) - Added support for automated decoding of all text attachments encoded...
View ArticleCommented Issue: Sevenbit Text Attachment - LF-CR Bytes Lost? [1830]
Hi Pavel,As you may know from my earlier forum post, we are receving short text files as attachments that we must parse on-the-fly and act upon. The content type for the files is "text/plain" and the...
View ArticleEdited Issue: Sevenbit Text Attachment - LF-CR Bytes Lost? [1830]
Hi Pavel,As you may know from my earlier forum post, we are receving short text files as attachments that we must parse on-the-fly and act upon. The content type for the files is "text/plain" and the...
View ArticleCommented Feature: Quoted Printable decoding of attachment [1816]
Hello Pavel,It seems so that text-attachments (text, xml, ...) of quoted printable encoded mails are also encoded in the same way.Is there any possibility or built-in method to decode an quoted...
View ArticleEdited Feature: Quoted Printable decoding of attachment [1816]
Hello Pavel,It seems so that text-attachments (text, xml, ...) of quoted printable encoded mails are also encoded in the same way.Is there any possibility or built-in method to decode an quoted...
View ArticleClosed Issue: EmptyFolder() does not work [1795]
Downloaded, built and ran ImapX.Sample project 2.0.0.13, connected to gmail account with 6 e-mails in inbox. Right click on INBOX -> Empty folder does not clear inbox. First time it cleared list of...
View ArticleClosed Unassigned: bug: invalid oauth token causes hang [1801]
if you submit an out of date, or otherwise invalid oauth token to gmail it responds with + eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==which decodes...
View ArticleNew Post: Date.TryParseExact Problem
Hi GDEffe, you can check the latest code in the repository, I added the missing date format. Parsing of timezones is not included yet, but coming in the next few days. Greets, Pavel
View ArticleNew Post: Performance when downloading mail with attachment
Hi Thorsten, i fixed the issue you found! Please check the latest code in the repository. Kind regards, Pavel
View ArticleNew Post: Saving Email Attachment Format
Hi prasanna_ms, please check latest code in the repository. The issue you mentioned (https://imapx.codeplex.com/workitem/1830) is now fixed. Kind regards, Pavel
View ArticleCreated Unassigned: Invalid content type [1832]
Hi Pavel, I have an issue with reading certain messages from a folder. The command folder.Messages.Download("ALL", ImapX.Enums.MessageFetchMode.Tiny);throws an execption and thus ends up with only some...
View ArticleCommented Unassigned: Invalid content type [1832]
Hi Pavel, I have an issue with reading certain messages from a folder. The command folder.Messages.Download("ALL", ImapX.Enums.MessageFetchMode.Tiny);throws an execption and thus ends up with only some...
View ArticleEdited Issue: Invalid content type [1832]
Hi Pavel, I have an issue with reading certain messages from a folder. The command folder.Messages.Download("ALL", ImapX.Enums.MessageFetchMode.Tiny);throws an execption and thus ends up with only some...
View ArticleNew Post: Performance when downloading mail with attachment
Hi Pavel, I have tried to download a message using MessageFetchMode.Full but it does not seem to be resolved with the repository downloaded today. For example I tried downloading an email about 10Mb in...
View ArticleNew Post: Performance when downloading mail with attachment
Hi Kristof, i will make some tests today and see if can find a solution! Thank you! Best regards, Pavel
View ArticleNew Post: Date.TryParseExact Problem
Hi Pavel, in the download section there isn't a new revision, even if source code I saw that the parsing has the new date format. I tried to re-download the library but the problem remains. maybe you...
View ArticleNew Post: Date.TryParseExact Problem
Hi GDEffe, only the code in the repository (see source code section) has been updated. There was no new stable release yet, but it's coming in a few days. Kind regards, Pavel
View ArticleCreated Unassigned: Message.Date is null due to unexpected format [1835]
Hello Pavel,after updating to the latest version our testing has failed, showing that several incoming mail messages had Date property with null value. Due to lack of time I debugged your sources and...
View ArticleNew Post: Date.TryParseExact Problem
ok, I tried the code in the repository (source code section) and date in the new format are retrieved correctly. as you said, parsing of timezones is not included yet I noticed, however, that the new...
View Article