Updated Wiki: Debugging ImapX
Debugging ImapX ImapX allows you to create a log file with all requests sent and all responses received. In order to do this, do the following// Add this on application startup, remember to change the...
View ArticleNew Post: An invalid character was found in the mail header: ','
Hi MartinLokajSVK, sorry, my fault, the exception is thrown by the System.Net.Mail.MailAddress class. This is strange, because ImapX is using a custom class to hold a mail address. Can you get a...
View ArticleCommented Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleNew Post: An invalid character was found in the mail header: ','
Hello! Here is exception detail with extended stacktrace:): Im sorry, but i can not provide log file at the moment, because it is company mail. So, i hope the stacktrace will be enough. One more thing....
View ArticleSource code checked in, #38362
- Fixed issue with commas in filenames - Added some common servers in the sample application
View ArticleNew Post: An invalid character was found in the mail header: ','
Hi MartinLokajSVK, I made a fix for your issue, you can check the latest code in the repository or download the compiled binary here: http://imapx.org/download/ImapX_2.0.0.16%20(21-June-2014).zip Let...
View ArticleNew Post: An invalid character was found in the mail header: ','
Hi Pavel! Again, thanks very much for such a quick response. I downloaded compiled dll, added it to my project, but problem still remains:(. Anyway, thanks very much for your help. Martin
View ArticleNew Post: An invalid character was found in the mail header: ','
Hi Martin, I compiled another version, this time it will display the string on which the parsing is failing in the exception message. You can download the binary here:...
View ArticleNew Post: Web Forms Implementation
Hi gtzoumis, the behavior you describe is really strange, because once you have requested the folders on login, they should not be set to null after you saved the client to session. I have created a...
View ArticleSource code checked in, #38374
- Updated MVC 4 Sample application, now can sign in, browse common folders and view messages
View ArticleNew Post: An invalid character was found in the mail header: ','
Hi there! I tried your compiled DLL and there is error string, that is causing problem: Thank you very much for your patience and time. Martin
View ArticleNew Post: Web Forms Implementation
Thanx for your reply Pavel, I saw that your solution involves static variable in Session, which when I used it in other projects I had issues like mixed sessions and data connected with false sessions....
View ArticleNew Post: Sorted Mail
I just tried client.Forlders.Inbox.Search("ALL", MessageFetchMode.ClientDefault, 10). It's not returning the 10 most recent messages, but oldest 10 messages. How do you get the most recent messages?
View ArticleNew Post: Sorted Mail
Hi miliu99, are you using the latest release? (2.0.0.16)? Greets, Pavel
View ArticleCommented Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleEdited Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleCreated Unassigned: Problem with create folder and move mail [2195]
if I download a message, create a folder and move the message in this folder the server response "IMAPX146 OK UID COPY completed", but the message isn't moved.Here is an example:```ImapX.ImapClient ic...
View Article