New Post: Attachment is downloaded, but with more characters
Hi Pavel I'm facing an issue that was not present in rel. 2.0.0.12. Downloading an attachment (it is an xml file) I get not only the file but also some others characters at the beginning and at the end...
View ArticleNew Post: Error when downloading messages by Uid()
Hi Pavel, I just want to get messages by UId and set them as seen. here is my code: Dim f As ImapX.Folder = cli.Folders.Inbox f.Messages.Download(arr) For Each m As ImapX.Message In f.Messages m.Seen =...
View ArticleNew Post: Error when downloading messages by Uid()
Without changing anything, now I'm able to get the messages by UIDs Actual problem: if I get messages by UIDs, I get a [READ-ONLY] session (please see log below), so I CANNOT mark as SEEN. If I...
View ArticleNew Post: Together better
Sorry, couldn't answer faster, a lot of daily work these days. I took a look at your code, and I think using a tokenizer is a good choice. A couple of weeks ago I looked over the Antlr3 docs, to see if...
View ArticleNew Post: message.Seen = true isn't working properly
Sorry for the delay, I will test the issue this weekend and let you know if I can find the problem. Greets, Pavel
View ArticleNew Post: Error when downloading messages by Uid()
Hi agilesferlix, thank you for the log! I see the problem, actually two, and will provide a fix this weekend! Greets, Pavel
View ArticleNew Post: Saving Email Attachment Format
Hi GeorgePlummer, any way to send me these files or test credentials to p13a92@gmail.com ? The CSV files do not lose the newline characters when I test it, so seems it's a more individual case. Greets,...
View ArticleNew Post: Re: System.FormatException while downloading messages
Hi agilesferlix, thank you for the sample string, I will provide a fix soon. Greets, PavelPS: Please do not create more than one thread for one issue.
View ArticleNew Post: Attachment is downloaded, but with more characters
Hi agilesferlix, thank you for the sample file! This issue happens from time to time on different servers, I'm already working on fix, will try to publish it as soon as possible. Greets, Pavel
View ArticleNew Post: Search Query Help
Hi dotnetclassic, thank you! Your fix is a bit complicated, actually it can be reduced to less changes. I will include it in the next update. Greets, Pavel
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 ArticleNew Post: message.Seen = true isn't working properly
Ok, don't worry. I had to move to pop3 because of time schedules, but anyway i want to keep the imap option on the application, so I'm keeping an eye at this topic. Keep the great job Pavel, and thanks...
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 ArticleNew Post: Unable to get body
Hi Pavel, any progress with resolving this issue? It's getting quite urgent for me because it was supposed to be used in our production environment. Thanks a lot for whatever reply so I can arrange...
View ArticleNew Post: Unable to get body
Hi pdzugas, i'm currently preparing an update on this issue, the release is planned for this sunday. After it, the issue should b eliminated completed. Greets, Pavel
View ArticleNew Post: Together better
Using an actual tool to generate a parser may be a better option than hand-rolling one like I did, but eh... mine seems to work well enough :-) I've written up some unit tests for ENVELOPE, BODY, and...
View ArticleNew Post: message.Attachments sometimes is wrong
Hi, sometimes, the message.Attachment.Count is zero even if there are attachments. Here is the log (I've changed the mail addresses manually):IMAPX24 UID FETCH 368 (FLAGS BODYSTRUCTURE) * 339 FETCH...
View ArticleNew Post: Search Query Help
is it possible to search messages containing a word into the subject ? In other words, I would like to download all the UNSEEN message having a keyword into the subject. Somethings like...
View ArticleNew Post: message.Attachments sometimes is wrong
Here is another log. Similar case. I hope it can be useful to identify the problem.IMAPX26 UID FETCH 373 (FLAGS INTERNALDATE RFC822.SIZE BODYSTRUCTURE) * 344 FETCH (FLAGS (\Answered \Seen) INTERNALDATE...
View ArticleNew Post: Together better
n/m, apparently the "zzz" specifier will parse timezones like those used in the INTERNALDATE string. Yay!
View Article