New Post: How to count number of emails are there in my gmail Inbox
Hi NITIN1670, first of all, Folder.Messageswill always be empty, unless you configure the client to automatically fetch all messages, or have downloaded some already. In order to get the number of...
View ArticleNew Post: How to count number of emails are there in my gmail Inbox
thanks pavel. I have sorted out this issue by setting client.Behavior.AutoPopulateFolderMessages = true; But your answer is exactly what i was looking for. Cheers
View ArticleCreated Unassigned: Install Package ImapX Fails [2339]
Version 2.0.0.16Fails with error message:'ImapX' already has a dependency defined for 'SocketEx'.
View ArticleCommented Unassigned: Install Package ImapX Fails [2339]
Version 2.0.0.16Fails with error message:'ImapX' already has a dependency defined for 'SocketEx'.Comments: ** Comment from web user: pavel_azanov ** Hi amonteith,can you specify which version you were...
View ArticleNew Post: Download attachments files from gmail
Hello! I am not able to download attachments files from a gmail account. My code: var client = new ImapClient("imap.gmail.com", 993, true); if (client.Connect()) { if (client.Login("mail@gmail.com",...
View ArticleNew Post: Download attachments files from gmail
Hi luperxe, once you download the message using MessageFetchMode.Attachments, there is no need to download each attachment separately again. Try to change your code as following:if...
View ArticleCreated 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 ArticleNew Post: Cannot access folders in Domino
Hey there, is there already a solution for the problem with the Domino Server? Greets, XGRDMEI
View ArticleNew Post: Attachment Corruption.
Hi gang, Stumbled across this great library a few days ago and have been playing with code that allows me to download email attachments to disk. I've noticed that occasionally, some attachments appear...
View ArticleNew Post: Attachment Corruption.
More info here... The extra space gets tacked on by (MessageContent.c): data = " UID 69)" else if ((index = data.IndexOf("UID")) != -1) { data = CommandJunkUID.Replace(data, "");...
View ArticleNew Post: Attachment Corruption.
Hi Magnified, the .Net 2.0 version is compiled using the code available in the repository. All you need to do is adding the LinqBridge Nuget package in order to be able to compile it. I will make a fix...
View ArticleNew Post: Cannot access folders in Domino
Hi XGRDMEI, there was no fix for this issue yet as I don't have a Domino server on which i can test this issue. If you help me in one of this ways:Provide some test credentials Create a log file as...
View ArticleCommented 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 ArticleCreated Unassigned: Accessing ImapClient Folders property after connect to a...
Here is the debug log:IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 NAMESPACE AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN IDLE COMPRESS=DEFLATE ACL UNSELECT UIDPLUS QUOTA BINARY XLISTIMAPX1 OK CAPABILITY...
View ArticleSource code checked in, #39221
- Fixed issue 2368 (https://imapx.codeplex.com/workitem/2368)
View ArticleCommented Unassigned: When accessing ImapClient Folders property after...
Here is the debug log:IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 NAMESPACE AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN IDLE COMPRESS=DEFLATE ACL UNSELECT UIDPLUS QUOTA BINARY XLISTIMAPX1 OK CAPABILITY...
View ArticleEdited Issue: When accessing ImapClient Folders property after connect to a...
Here is the debug log:IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 NAMESPACE AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN IDLE COMPRESS=DEFLATE ACL UNSELECT UIDPLUS QUOTA BINARY XLISTIMAPX1 OK CAPABILITY...
View ArticleNew Post: Cannot access folders in Domino
Hi XGRDMEI, take a look at the latest source code in the repository, I made an update for the folder structure parsing methods. (See https://imapx.codeplex.com/workitem/2368). Let me know if the issue...
View ArticleCommented Issue: When accessing ImapClient Folders property after connect to...
Here is the debug log:IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 NAMESPACE AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN IDLE COMPRESS=DEFLATE ACL UNSELECT UIDPLUS QUOTA BINARY XLISTIMAPX1 OK CAPABILITY...
View ArticleCommented Issue: When accessing ImapClient Folders property after connect to...
Here is the debug log:IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 NAMESPACE AUTH=CRAM-MD5 AUTH=LOGIN AUTH=PLAIN IDLE COMPRESS=DEFLATE ACL UNSELECT UIDPLUS QUOTA BINARY XLISTIMAPX1 OK CAPABILITY...
View Article