Commented 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 ArticleCommented Unassigned: Issue in Move messages [1850]
Hi, I can´t move messages into foldersexample: Move messages from spam folder to recyclerUsing Message.MoveTo(Object Folder_Recycler)__Folder.CS__public bool Expunge(){ Folder selectedFolder =...
View ArticleEdited Issue: Issue in Move messages [1850]
Hi, I can´t move messages into foldersexample: Move messages from spam folder to recyclerUsing Message.MoveTo(Object Folder_Recycler)__Folder.CS__public bool Expunge(){ Folder selectedFolder =...
View ArticleNew Post: Search query couldn't be processed
Ok, it's set to true, but how do I print it to the console? Is there a specific exception that I have to 'catch'?
View ArticleNew Post: Control for displaying message body
Which control have you used in your sample or which control should be used to display message body..
View ArticleNew Post: Control for displaying message body
Hi paliwalvimal1993, To display the body I'm using the WebBrowser control. The Html body is rendered directly, for the text body replace the new lines by <br />. You can download the ource code...
View ArticleNew Post: Search query couldn't be processed
It should be logged within the debug output in Visual Studio automatically.
View ArticleNew Post: Search query couldn't be processed
pavel_azanov wrote: It should be logged within the debug output in Visual Studio automatically. annnnd I would print that out how? I'm catching the exception with a try / catch. Would I use...
View ArticleNew Post: Search query couldn't be processed
annnnd I would print that out how? Just copy it from VS's Output window. --Ravi
View ArticleNew Post: Search query couldn't be processed
I don't need the exception details, as I know where it occurs. More interesting is what happens before this exception. After setting client.IsDebug to true, all answers from the server (for all...
View ArticleNew Post: Search query couldn't be processed
This is all I'm getting from the Immediate WIndow & Output windowA first chance exception of type 'System.ArgumentException' occurred in ImapX.dll
View ArticleNew Post: Search query couldn't be processed
Visual Studio > Tools> Options > Debugging > Output Window > and check the options for Output types. --Ravi
View ArticleNew Post: Search query couldn't be processed
ravib wrote: Visual Studio > Tools> Options > Debugging > Output Window > and check the options for Output types. --Ravi Every thing is checked in that screen. (MS Visual Studio 2012...
View ArticleClosed Issue: Recipients not split [1843]
Hi Pavel, I just noticed that in some few cases recipients are not split. The collection message.To contains just one entry then with Address "somename@googlemail.com, othername@web.de" rather than...
View ArticleSource code checked in, #33149
- Included suggestion by Michael (See https://imapx.codeplex.com/workitem/1832) - Updated the sample application to handle multiple login attempts
View ArticleClosed 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 ArticleClosed Issue: FormatException when message headers contain multiple entries...
* 159 FETCH (UID 176 FLAGS (\Seen INBOX.enviadas) BODY[HEADER.FIELDS (FROM TO DATE SUBJECT CC CONTENT-TYPE)] {307}Date: 06-12-2013 10:14:49From: Suport <--------@--------.com>To:...
View ArticleClosed Feature: Allow downloading messages by supplying their UIds [1838]
Problem with LocaWeb ISP* First Connect OK* Folders List and Search Ok* Folders Select OK* Select ALL messages header OKbut ... get message body content errorIMAPX2 LOGIN "suport@xxxxxxxxxxxx.com"...
View ArticleClosed Issue: Issue in subject [1842]
* 17 FETCH (UID 18 FLAGS (\Seen) INTERNALDATE "06-Dec-2013 15:50:59 -0200" RFC822.SIZE 3864 BODY[HEADER.FIELDS (FROM TO DATE SUBJECT CC CONTENT-TYPE)] {282}Date: Fri, 6 Dec 2013 15:51:48 -0200To:...
View Article