New Post: AppendMessage() to accept ImapX.Message
Hi MattyBear, the Message.ToEml method is buggy and now I'm working on migrating the library to use MimeKit. At the moment you can use the Message.DownloadRawMessage method. From your explanation it...
View ArticleNew Post: AppendMessage() to accept ImapX.Message
Thanks for your response!As far as I can tell that is working – thanks for the solution.Look forward to seeing how MimeKit turns out-Matt
View ArticleCommented Unassigned: Issue with BodyParts parsing [1912]
I am trying IMAP with gmailWhen the system send request for body partsUID FETCH 25562 (BODYSTRUCTURE)Gmail returns below body structure string which after a bit formatting should look like* 20114 FETCH...
View ArticleCommented Unassigned: Issue with BodyParts parsing [1912]
I am trying IMAP with gmailWhen the system send request for body partsUID FETCH 25562 (BODYSTRUCTURE)Gmail returns below body structure string which after a bit formatting should look like* 20114 FETCH...
View ArticleCreated Unassigned: Infinite loop in BodyStructureParser [2134]
Infinite loop in the second while loop of ReadQuotedString (line 314) of BodyStructureParser.csCall stack from my user code:``` ImapX.dll!ImapX.Parsing.BodyStructureParser.ReadQuotedString(bool...
View ArticleCommented Unassigned: Infinite loop in BodyStructureParser [2134]
Infinite loop in the second while loop of ReadQuotedString (line 314) of BodyStructureParser.csCall stack from my user code:``` ImapX.dll!ImapX.Parsing.BodyStructureParser.ReadQuotedString(bool...
View ArticleCommented Unassigned: Issue with BodyParts parsing [1912]
I am trying IMAP with gmailWhen the system send request for body partsUID FETCH 25562 (BODYSTRUCTURE)Gmail returns below body structure string which after a bit formatting should look like* 20114 FETCH...
View ArticleCommented Unassigned: Infinite loop in BodyStructureParser [2134]
Infinite loop in the second while loop of ReadQuotedString (line 314) of BodyStructureParser.csCall stack from my user code:``` ImapX.dll!ImapX.Parsing.BodyStructureParser.ReadQuotedString(bool...
View ArticleCreated Unassigned: Both text and html body properties return Body [1.2.2]...
The attached message is not being parsed correctly. Any ideas on why this one is broken?
View ArticleCommented Unassigned: Both text and html body properties return Body [1.2.2]...
The attached message is not being parsed correctly. Any ideas on why this one is broken?Comments: ** Comment from web user: danbert2000 ** Sorry, it's actually spitting out " BODY[1.1] NIL ".
View ArticleReviewed: ImapX 2.0.0.16 (Jun 12, 2014)
Rated 4 Stars (out of 5) - I had a few timeouts/hangs when using this version. The latest source seems to have solved that problem. The big fix here is better compatibility with MS Outlook servers. I'm...
View ArticleReviewed: ImapX 2.0.0.16 (Jun 12, 2014)
Rated 4 Stars (out of 5) - I had a few timeouts/hangs when using this version. The latest source (commit 36116) seems to have solved that problem. The big fix here is better compatibility with MS...
View ArticleCreated Unassigned: OutOfMemoryException when downloading some attachments...
Trying to set something up to download and store PDF attachments, and I get the OutOfMemoryException. Here's my stack trace. at System.Text.StringBuilder.ToString() at...
View ArticleCommented Unassigned: OutOfMemoryException when downloading some attachments...
Trying to set something up to download and store PDF attachments, and I get the OutOfMemoryException. Here's my stack trace. at System.Text.StringBuilder.ToString() at...
View ArticleCommented Unassigned: Both text and html body properties return Body [1.1]...
The attached message is not being parsed correctly. Any ideas on why this one is broken?" BODY[1.1] NIL "I'm using the latest code.Comments: ** Comment from web user: danbert2000 ** I had a few more...
View ArticleCommented Unassigned: Both text and html body properties return Body [1.1]...
The attached message is not being parsed correctly. Any ideas on why this one is broken?" BODY[1.1] NIL "I'm using the latest code.Comments: ** Comment from web user: danbert2000 ** Another
View ArticleEdited Unassigned: Issue with BodyParts parsing [1912]
I am trying IMAP with gmailWhen the system send request for body partsUID FETCH 25562 (BODYSTRUCTURE)Gmail returns below body structure string which after a bit formatting should look like* 20114 FETCH...
View ArticleCommented Unassigned: Both text and html body properties return Body [1.1]...
The attached message is not being parsed correctly. Any ideas on why this one is broken?" BODY[1.1] NIL "I'm using the latest code.Comments: ** Comment from web user: pavel_azanov ** Hi danbert2000,can...
View ArticleCreated Unassigned: Junk data in Attachment.Download result [2153]
Attachment.Download method result contains junk data at the end:> ) IMAPX26 OK UID FETCH completed
View Article