Commented Unassigned: Log- management information in message content [2665]
Hi,while receiving messages works for me mostly I found some issues using the provider "web.de". At the end of the message body imapx prints some management information like:```)IMAPX48 OK UID FETCH...
View ArticleClosed Unassigned: client.Folders.Inbox.StartIdling() The CPU 100% [2722]
StartIdling() method created "ProcessIdleServerEvents" Thread Function is the CPU 100%I really think the bug.
View ArticleClosed Unassigned: Idleing issue [2683]
Hi,i tried to use the Idleing example from the documentation page. After i called the StartIdle Methodi'll get the following debugtext. IMAPX21 IDLE idlingBut when a new message is recieved, the idle...
View ArticleClosed Unassigned: Date is null [2663]
Hi,I try to get gmail messages, but i have an error when I try to get the Date.Method message.Date return null value, but, when I look at the headers, I can see the date inside, but message.Date return...
View ArticleClosed Unassigned: NullReferenceException on access to Folders [2639]
Hello,After I connect and login, I get a NullReferenceException when accessing ImapClient.Folders.Log from the server session below :```IMAPX1 CAPABILITY* CAPABILITY IMAP4REV1 X-NETSCAPE...
View ArticleClosed Unassigned: System.OutOfMemoryException [2593]
This is using the sample application, the exception occurs when loading emailSystem.OutOfMemoryException: Insufficient memory to continue the execution of the program. at...
View ArticleClosed Unassigned: System.OutofMemory [2545]
In simple download messages program return a System.OutOfMemory. Messeges have large attachments (~20 MB). Maksimum program size in RAM memory is ~200 MB....
View ArticleClosed Unassigned: changes are not saved [2402]
Hi,if i download a message and handle the attachments afterward i want to add a Tag like " Done + Timestamp" to the Subject. However the change will never saved. Code:```mail.Subject = mail.Subject + "...
View ArticleClosed Unassigned: Out of Memory Exceptions in ReadQuotedString [2342]
I'm downloading about 10,000 emails in batches of 250 and on a few of the batches I'm getting out of memory exceptions. I'm not downloading attachments and I've got 16GB of RAM. Something is causing...
View ArticleClosed Unassigned: Install Package ImapX Fails [2339]
Version 2.0.0.16Fails with error message:'ImapX' already has a dependency defined for 'SocketEx'.
View ArticleClosed Unassigned: OutOfMemoryException when downloading some attachments [2152]
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 ArticleClosed Issue: Message.Remove() hangs indefinitely on Gmail [2752]
Just moved to ImapX 2.0.0.17Message.Remove() hangs indefinitely on Gmail. Ctrl-Break brings me to the Message.Remove() statement.I am not using Google mail extensions; could this be a factor?Tested...
View ArticleClosed Unassigned: Voice mail access [2596]
Hi,The IMAPX library is too good and very helpful for my project.I am able to read/import voice mails from Avaya Modular Messaging mailbox.I am facing a hurdle, that is how shall i read or access the...
View ArticleCreated Unassigned: System.FormatException on downloading attachments and...
When attempting to download attachments (and embedded resources), I receive an System.FormatException saying on the FileData property of the attachment:```System.FormatException"The input is not a...
View ArticleCommented Unassigned: System.FormatException on downloading attachments and...
When attempting to download attachments (and embedded resources), I receive an System.FormatException on the FileData property of the attachment:```System.FormatException"The input is not a valid...
View ArticleCommented Unassigned: System.FormatException on downloading attachments and...
When attempting to download attachments (and embedded resources), I receive an System.FormatException on the FileData property of the attachment:```System.FormatException"The input is not a valid...
View ArticleNew Post: Mail message attachment problems
I have a problem where I download a message with a file attached and the attachment is missing from the attachments list. The file also has a email signature image which is listed in the...
View ArticleNew Post: Attachments not showing in Message
Hi, I have one email with one file attachment and body contains signature. When I am read email by ImapX I can't getting file attachment. When Email contains Attachments and EmbeddedResources (like...
View ArticleNew Post: "Expression Times Out" Error when looping through messages
This is the code I'm using in vb.net to connect to a gmail account and display emails The problem is that when I get to my for loop, myinbox.messages gives me an error myinbox.messages: "Evaluation of...
View Article