New Post: Dealing with Google out of office replies
Hi I am working on a project that process emails and sends an automated reply with specific information. The project runs great till it loops threw an "Out of Office" reply via Gmail's Vacation...
View ArticleNew Post: Read List Of Folder Gmail
Ciao Pavel, I have a project in VB. How do I read the folder structure on the server gmail? I have to save the list of folders in my mail client and give the user the ability to select which folder...
View ArticleNew Post: Cannot access folders in Domino
Geting the same issue. with domino Server responce: "* LIST (\HasNoChildren) \"\\" Archive" Folder.Parse(data[i], ref parent, this); returns null
View ArticleNew Post: Get last N messages
Hello. How can I get last N messages from Inbox folder. I've triedclient.Folders.Inbox.Search("ALL", MessageFetchMode.ClientDefault, 10) But it returns first 10 messages ordered desc by UID. I've found...
View ArticleNew Post: ImapX Freezing (Solved)
I was having trouble with ImapX stopping while trying to access email. There were no errors or warnings, the rest of my code continued to run, but ImapX functionality was frozen. It turns out that in...
View ArticleNew Post: Pagination of messages
Hi, I'd like to weight in here. This is a dealbreaking issue. I'm getting out of memory exception because i need to browse a giant folder in company inbox because there's too much messages. Buffering...
View ArticleCreated 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 ArticleCommented 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 ArticleNew Post: Pagination of messages
I've modified my Folder.SearchMessageIds to allow for paging:public long[] SearchMessageIds(string query = "ALL", int skip = -1, int count = -1) { if (_client.SelectedFolder != this &&...
View ArticleNew Post: Pagination of messages
MrX, wonderful, do you have a sample how to call this new method?
View ArticleNew Post: Pagination of messages
I modified the methods Search and Download methods (Folder.cs) to accept and pass on the extra skip parameter, but i think you could definitely use this to download the ids and then pass then to...
View ArticleCreated Unassigned: Unable to get Folders [2594]
Here is the debug output:```IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 UIDPLUS CHILDREN ID XLIST NAMESPACE IDLE AUTH=PLAINIMAPX1 OK CAPABILITY completed.IMAPX2 LOGIN "XXXXX" "YYYY"IMAPX2 OK Success.IMAPX3...
View ArticleCommented Unassigned: Unable to get Folders [2594]
Here is the debug output:```IMAPX1 CAPABILITY* CAPABILITY IMAP4rev1 UIDPLUS CHILDREN ID XLIST NAMESPACE IDLE AUTH=PLAINIMAPX1 OK CAPABILITY completed.IMAPX2 LOGIN "XXXXX" "YYYY"IMAPX2 OK Success.IMAPX3...
View ArticleCreated 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: Login failed while succesful with Thunderbird [2597]
Hello, I have a local hMailServer instance, which I would like to connect to. I've successfully used ImapX for example for connecting to GMail or different mail servers, but simply cannot get the...
View ArticleCommented Unassigned: Login failed while succesful with Thunderbird [2597]
Hello, I have a local hMailServer instance, which I would like to connect to. I've successfully used ImapX for example for connecting to GMail or different mail servers, but simply cannot get the...
View ArticleNew Post: Attachment Download - FileData Message "Invalid character in a...
Considering it was a little bit faster I choose to search message using Enums.MessageFetchMode.Tiny then check for attachments. If attachment exist then use attachment.download before try to save it on...
View ArticleClosed Unassigned: Login failed while succesful with Thunderbird [2597]
Hello, I have a local hMailServer instance, which I would like to connect to. I've successfully used ImapX for example for connecting to GMail or different mail servers, but simply cannot get the...
View ArticleNew Post: "KeyNotFoundException was unhandled" for filename
Below, results of 2 Fetch commands issued to a Dovecot Imap Server When using Inbox.Search("UNSEEN", ImapX.Enums.MessageFetchMode.Tiny, -1), it work fine on first message, but on second one I get...
View Article