New Post: Issue with getting body from Exchange
Hi cassiobsilva, I made another update on this issue, you can try the latest code from the repository. Greets, Pavel
View ArticleNew Post: Message.Download suddenly fails?
Hello, We have been using Message.Download() to download the full message, including the one text/plain attachment that comes with the messages we're processing. This worked like a charm for months,...
View ArticleNew Post: Message.Download suddenly fails?
Ok, I decided to try setting reloadHeaders to "true" (instead of leaving it at the default value of "false") and things worked again. What could have happened on Rackspace's side to suddenly require...
View ArticleNew Post: Message.Download suddenly fails?
Hi Tim, I could guess that this issue hangs together with the ContentType header, as its value is being used when downloading the message. However, to say for sure, I need one or two mor hints, such as...
View ArticleNew Post: Message.Download suddenly fails?
Hi Pavel,It's not throwing an exception - the method call is just returning false. Does that help?-Tim
View ArticleNew Post: Issue with getting body from Exchange
Hello Pavel, Seems like it solved the issue. I'll run more tests and if something incorrect appears, I let you know. Thanks.
View ArticleSource code checked in, #35348
- Added option to download a copy of the moved message in target folder
View ArticleNew Post: Message.Download suddenly fails?
Hi Tim, hm, the method can only return false if the server returned a BAD COMMAND or a NO response. However between the fetch with headers and without them, is minor difference, and should not lead to...
View ArticleNew Post: Issue with getting body from Exchange
Hi cassiobsilva, thanks, waiting for your feedback!
View ArticleEdited Unassigned: Opening closing bracket () logic to...
Pavel,In Message.NormalizeAndProcessFetchResult function the parameter list has headers, in my case the subject header is divided into two items e.g.1. This is my subject with opening bracket ( in it2....
View ArticleEdited Unassigned: Out of Memory Error on a select few emails when...
I've noticed when I download anymore than "None" for one email in my Gmail account I get an out of memory error. The only weird thing about the email is the email has an 12.7KB attachment that is...
View ArticleEdited Unassigned: strange FETCH and UID in the Message.Body and...
Hi Pavel,when downloading messages from imap server i receive message.Body.Html such as:* 8 FETCH (<br>email test text<br> UID 9apparently the leading * 8 FETCH and trailing UID 9 shouldn't...
View ArticleEdited Unassigned: Attachments issues [1853]
__unnamed-2.dat( 2,4 MB )__IMAPX29 UID FETCH 61 (FLAGS INTERNALDATE RFC822.SIZE BODY.PEEK[HEADER.FIELDS (FROM TO DATE SUBJECT CC CONTENT-TYPE)] BODYSTRUCTURE)* 61 FETCH (UID 61 FLAGS (\Seen)...
View ArticleNew Post: Message.Download suddenly fails?
I'd be happy to provide a log! Just tell me how to capture it... :-)-Tim
View ArticleNew Post: Message.Download suddenly fails?
Hi Tim, ImapX uses System.Diagnostics.Debug class to write a log, first of all you need to create a listener that will catch the log in your application and write it to file:Debug.Listeners.Add(new...
View ArticleSource code checked in, #35366
- Restored original implementation for handling line breaks when body part comes in 7bit/8bit encoding
View ArticleNew Post: message.Body empty
Thanks! Body is ok now. I have a minor issue on ValidateAndGetTimeZoneOffsetValues. offset="+0200Subject:" and method throws FormatException: private static void...
View ArticleSource code checked in, #35404
- Fixed issue with multi-line header (https://imapx.codeplex.com/discussions/541942)
View ArticleNew Post: message.Body empty
Hi Vaidal, please check the latest code, I fixed this issue just now. Best regards, Pavel
View Article