Commented 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 ArticleNew Post: NotImplementedException in Message.FromEml(string)
Hi there, I try to read messge from eml-File and get the NotImplementedException. In the source there is some implementation of FromEml() where finally the exception is thrown. Is the exception...
View ArticleNew Post: Embedded images
I have a particular email that has embedded images and the images are not displaying in the email. They do display in gmail and they do show when i test another imap library. When I debug, the...
View ArticleNew Post: Embedded images
Hi jmeyer5, the embedded images can be accessed through the EmbeddedResources property of a Message. I separated it from the usual attachments. You can also take a look at the sample application, it...
View ArticleNew Post: NotImplementedException in Message.FromEml(string)
Hi Thorsten, the exception is not misplaced, the method is not implemented yet and thought for a future release. Greets, Pavel
View ArticleNew Post: Embedded images
hey pavel wow thanks for the fast response it is much appreciated. actually your sample app doesnt show the images :-). that is why i started poking around. is there a specific example i need to look...
View ArticleNew Post: Date.TryParseExact Problem
Hi, I have a problem with the recovery of the correct date of the message. for all messages that arrive through the day in the format "dd" everything works correctly, but in some messages the day comes...
View ArticleNew Post: Date.TryParseExact Problem
Hi GDEffe, thank you for your message! I will include the missing date format in the coming release Kind regards, Pavel
View ArticleNew Post: Embedded images
Hey Jeff, hm, the sample application should display a green bar with a link to download the embedded images. However, the images might be not recognized correctly, see issue 1803. An update fixing this...
View ArticleNew Post: Date.TryParseExact Problem
Ok, thank you. but I also have another problem. the procedure 'parsedate' class HeaderFieldParser does not take care the time zone offset. if I receive emails from server in my own ZONE come with my...
View ArticleNew Post: Date.TryParseExact Problem
Thank you for taking good care of the code! The update is planned for this weekend, I also include your suggestion about time zones.
View ArticleNew Post: Attachment.GetStream - Obsolete?
Hello, I am developing a process that requires quick, in-memory processing of text contained in short email attachments. Writing these attachments to some temp file and then opening them up and...
View ArticleNew Post: Attachment.GetStream - Obsolete?
Hi Tim, thank you for the feedback! The method was marked as obsolete as I found it is more practical to access the data through a byte array (Attachment.FileData). However, I can provide direct access...
View ArticleCreated Unassigned: 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 Unassigned: 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 Unassigned: 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 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: Attachment.GetStream - Obsolete?
Hi Pavel, Ok, I totally missed the FileData attribute - together with ContentType, that should be all I need. Exposing a stream is always a good idea, in my opinion, so if it's not too hard and makes...
View ArticleNew Post: Attachment.GetStream - Obsolete?
Hi Tim, it is not hard to give access directly to the string data (it's in memory anyway) as well as exposing a stream. An update is coming soon. Best regards, Pavel
View ArticleCommented Unassigned: 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 Article