New Post: Message.Download suddenly fails?
Hi Pavel,I hate to admit it, but I cannot get this Debugging method to work. I cut and pasted your code AS IS, and it compiles just fine. I checked in my Visual Studio project settings (I'm doing this...
View ArticleNew Post: Message.Download suddenly fails?
Hi Tim, sorry, forgot to mention it, to get it working, you need a version of ImapX which is compiled with the DEBUG flag being enabled in the project properties. To make it easy, I compiled the latest...
View ArticleNew Post: message.Body empty
Hi Pavel, All is ok now.... thanks for such a great support !!!
View ArticleNew Post: Message.Download suddenly fails?
Hi Pavel,Ok, that worked. I added some special markers before and after the call to Download so I could find it in the debugging text. Here's what I get:***IMAPX21 UID FETCH 392 ()IMAPX21 BAD Error in...
View ArticleNew Post: Message.Download suddenly fails?
Hi Tim, thank you! Now I see what the problem is, will tr yto fix it tonight or tomorrow morning. Greets, Pavel
View ArticleSource code checked in, #35434
- https://imapx.codeplex.com/discussions/542024 - Made a few fixes to the sample application (Valid display of non-HTML bodies (e.g XML), checks for null instead of ending up with an exception in...
View ArticleNew Post: Syntax to download no more than X number of messages at a time?
Hi, What would the syntax be to have Messages.Download() to only download 10 messages at a time? I can make it download one at a time, or all of the messages at once, but nothing in between. Thanks, ~S
View ArticleNew Post: message.Seen = true isn't working properly
Working like a charm from the latest source I just pulled.
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: Syntax to download no more than X number of messages at a time?
Hi slsumner, the Messages.Download method has a third parameter which allows you to limit the number of messages:var messageCount = 10; client.Folders.Inbox.Messages.Download("ALL",...
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 ArticleEdited 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: IDLE support?
Hello Pavel, i would like to ask you about the status of the IDLE support, as the only place it was mentioned in the sourcecode is the Capabilities class. With regards, Alexander Powolozki
View ArticleNew Post: Syntax to download no more than X number of messages at a time?
Thanks Pavel, I was calling it incorrectly. I've been having memory issues and was hoping that grabbing a few at a time would help, but that doesn't seem to have done much good in the long run. My...
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: Image attachment breaks parser
On Mon, Apr 21, 2014 at 06:50:11AM -0700, pavel_azanov wrote:
View ArticleNew Post: Sorted Mail
Hi, The download/search method from your lib doens't "download" the mails order by date, for now I can only order mails when I download all of them from a folder. Do you have some kind of sample that...
View ArticleCreated Unassigned: Missing wiki page: Adding/removing message flags [1966]
Hello,The documentation on the following page seems to be missing: https://imapx.codeplex.com/wikipage?title=Adding/removing message flags&referringTitle=DocumentationI found the link on this page:...
View ArticleNew Post: Sorted Mail
Hi andrelucas13, I made a patch for this, you can take a look at the latest source code in the repository. Now, the message UIds are sorted descendingly, so this search:var msgs =...
View Article