New Post: message.Attachments sometimes is wrong
Hi M_DB, the inline attachments can be accessed through Message.EmbeddedResources. If you can find your attachment there, then all is fine, otherwise it's a bug in the bodystructure parser and I'm...
View ArticleCommented Issue: Message Bodyparts with UTF8 [1848]
Hi there is a problem with emails containing UTF8? It seems that the component does not recognize it and put contentdisposition to null.Comments: ** Comment from web user: pavel_azanov ** Hi...
View ArticleCommented Issue: new line characters are missing from downloaded text files...
Hi,i know the issue is already posted [here](https://imapx.codeplex.com/workitem/1830) but that issue is marked as "Resolved" so I'm posting this issue again im using latest code for ImapX ( ImapX...
View ArticleNew Post: Syntax to download no more than X number of messages at a time?
Hi Pavel, Has this fix been released? I've downloaded the latest code ad something is still not passing with the same kind of out of memory error. (Visual Studio 2013, VB) is there something I can do...
View ArticleNew Post: IDLE support?
Hi Pavel Thanks a lot for your support. I downloaded the new version but I found some issues. The new thread has an active wait (it is in an loop) and I think that a Thread.Sleep should be better,...
View ArticleNew Post: IDLE support?
Hi Augustin, thank you! I checked the code, this problem only exists for the MaintainIdleConnection method. The other two methods (ProcessIdleServerEvents, WaitForIdleServerEvents) will stop once idle...
View ArticleNew Post: Total mails on folder
Hi, Is there a way to quickly get just the number of all mails that a certain folder has, without fetching the messages? Thank you in advance, André Lucas
View ArticleNew Post: Syntax to download no more than X number of messages at a time?
Hi slsumner, yes, but seems that it didn't fix the issue for everyone. I'm working on an update now which is coming next Friday. Greets, Pavel
View ArticleNew Post: Total mails on folder
Hi André, in order to get the number of messages in a folder, you can use the Folder.Exists property. If the client.Behavior.ExamineFolders property is set to true (it is by default), then you will be...
View ArticleCommented Issue: new line characters are missing from downloaded text files...
Hi,i know the issue is already posted [here](https://imapx.codeplex.com/workitem/1830) but that issue is marked as "Resolved" so I'm posting this issue again im using latest code for ImapX ( ImapX...
View ArticleNew Post: Image attachment breaks parser
Hi Pavel, I just built 35999 and it still chokes on this particular piece of email. Built nicely. Is there anything else I can do to help debug? My C# isn't spectacular but maybe I could step through...
View ArticleCreated Unassigned: ToEml extension method throw an exception [2046]
#File.Delete(eml) throw an exceptionLooking at _\ImapX\Extensions\MailMessageExtensions.cs_There is``` public static string ToEml(this MailMessage mailMessage) { ... if (string.IsNullOrEmpty(tmpPath))...
View ArticleCommented Unassigned: ToEml extension method throw an exception [2046]
#File.Delete(eml) throw an exceptionLooking at _\ImapX\Extensions\MailMessageExtensions.cs_There is``` public static string ToEml(this MailMessage mailMessage) { ... if (string.IsNullOrEmpty(tmpPath))...
View ArticleEdited Issue: ToEml extension method throw an exception [2046]
#File.Delete(eml) throw an exceptionLooking at _\ImapX\Extensions\MailMessageExtensions.cs_There is``` public static string ToEml(this MailMessage mailMessage) { ... if (string.IsNullOrEmpty(tmpPath))...
View ArticleNew Post: Image attachment breaks parser
Hi Darren, I will release another fix on Friday, would be kind if you can test it! Best regards, Pavel
View ArticleEdited Issue: ToEml extension method throw an exception [2046]
#File.Delete(eml) throw an exceptionLooking at _\ImapX\Extensions\MailMessageExtensions.cs_There is``` public static string ToEml(this MailMessage mailMessage) { ... if (string.IsNullOrEmpty(tmpPath))...
View ArticleNew Post: Syntax to download no more than X number of messages at a time?
Hi pavel, I've done a bit more testing and it seems that emails with attachments are the most common offender when it comes to breaking the parser. Same line (317) of the BodyStructureParser.
View ArticleNew Post: AppendMessage() to accept ImapX.Message
I'm wanting to use this project as a means of copying messages from one IMAP server to the next for backup. It is fantastic thus far to get going and I can successfully do most of what I want to do by...
View Article