New Post: Messages not downloading.
Hello, I am using your package to create an IMAP client, it lets me connect to the server and also lets me notify when a new message arrives. But if I try to download messages, it hangs the...
View ArticleCreated Unassigned: Bugs in BodyStructureParser [2647]
I've been trying to process an entire e-mail folder and I have experienced some OutOfMemory exceptions, IndexOutOfRange exceptions and attachments not being correctly populated.So I've downloaded the...
View ArticleCommented Unassigned: Bugs in BodyStructureParser [2647]
I've been trying to process an entire e-mail folder and I have experienced some OutOfMemory exceptions, IndexOutOfRange exceptions and attachments not being correctly populated.So I've downloaded the...
View ArticleNew Post: Attachments inside EML
Is it possible to download attachments inside an EML file which is attached to an e-mail?
View ArticleCreated Unassigned: Attachments with NAME* and FILENAME* parameters [2648]
I've just experienced some e-mails which attachments are like this in body structure:```("APPLICATION" "VND.MS-EXCEL" ("NAME*" {18}UTF-8''archive.xls) NIL NIL "BASE64" 63758 NIL ("ATTACHMENT"...
View ArticleNew Post: Can not detect some attachments
Hi Recently I've been running into a problem where I can not detect some of the attachments on an email. more specifically PDF attachments. This has occurred on 3 different occasions from 3 different...
View ArticleCommented Unassigned: Attachments with NAME* and FILENAME* parameters [2648]
I've just experienced some e-mails which attachments are like this in body structure:```("APPLICATION" "VND.MS-EXCEL" ("NAME*" {18}UTF-8''archive.xls) NIL NIL "BASE64" 63758 NIL ("ATTACHMENT"...
View ArticleCommented Unassigned: Attachments with NAME* and FILENAME* parameters [2648]
I've just experienced some e-mails which attachments are like this in body structure:```("APPLICATION" "VND.MS-EXCEL" ("NAME*" {18}UTF-8''archive.xls) NIL NIL "BASE64" 63758 NIL ("ATTACHMENT"...
View ArticleCreated Unassigned: Missing wiki page: Creating messages [2649]
Hello,The documentation on the following page seems to be missing: https://imapx.codeplex.com/wikipage?title=Creating messages&referringTitle=DocumentationI found the link on this page:...
View ArticleNew Post: Can not detect some attachments
Just tested the stable version using the same code and the attachment is there. I guess it got broken somewhere along the line. Latest Code Stable
View ArticleNew Post: How to fetch only X (a specific number of) emails?
Fetching all e-mails in a folder (inbox, etc) TAKES TOO LONG, event for a few messages (300), so for a 5000 e-mail account the program will either freeze, crash or any other "not-good" situations. So,...
View ArticleNew Post: How to fetch only X (a specific number of) emails?
I have figured it out how to do it, with the help of the god-blessed Internet, and with some luck and SPECIAL THANKS to maylortaylor. This is the GetMails() i have coded for my application. Fell free...
View ArticleCreated Unassigned: Bug in BodyStructureParser [2651]
Hi,I think, I found a small bug in the BodyStructurePaser.cs File around Line 142.I post the part here:``` if (contentType == "text"){ part.Lines = ReadLong();} else if (contentType == "message"...
View ArticleNew Post: Get email Source
Hi SupersumWeb, you can use the Message.DownloadRawMessage() to request the entire source of a message. Greets, Pavel
View ArticleNew Post: Messages not downloading.
Hi afzaalahmadzeesha, have you tried to fetch the messages using the version compiled from latest source code (https://imapx.codeplex.com/SourceControl/latest)? Best regards, Pavel
View ArticleCreated Unassigned: Not getting RECENT or NEW mails [2660]
Hi I am trying for getting the mail which are RECENT or NEW var messages1 = folder21.Search("NEW");var messages1 = folder21.Search("RECENT");folder21.Messages.Download("NEW",...
View ArticleCommented Unassigned: Not getting RECENT or NEW mails [2660]
Hi I am trying for getting the mail which are RECENT or NEW var messages1 = folder21.Search("NEW");var messages1 = folder21.Search("RECENT");folder21.Messages.Download("NEW",...
View ArticleCommented Unassigned: Missing wiki page: Creating messages [2649]
Hello,The documentation on the following page seems to be missing: https://imapx.codeplex.com/wikipage?title=Creating messages&referringTitle=DocumentationI found the link on this page:...
View ArticleCreated Unassigned: .eml attachments not downloading properly [2661]
If I attach an (.eml) file to an email as an attachment, IMAPX is not seeing this file as an attachment. The file is not showing up as an embedded resource, OR as a regular attachement.The eml...
View Article