Commented Issue: Parsing Failed if HeaderKey has no value [1523]
I was parsing quite a few mail and got a crash if a header key has no value as for example: "X-Spam-Level: "I added a if statement in the try of EmailParser >> ParseHeaders try { if (num > 0...
View ArticleSource code checked in, #23402
- Test fix for issue 1486 (http://imapx.codeplex.com/workitem/1486)
View ArticleCommented Issue: Message.Proces results in IndexOutOfRangeException [1486]
Dear Coders,I've just started using your ImapX library to retrieve and read mails from gmail.Now, everything is working fine and it's a great library.However, when i'm trying to mark a mail read using...
View ArticleCommented Issue: The message.Process() go into infinite loop [1495]
The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...
View ArticleUpdated Wiki: Home
ImapX 2 is an IMAP library for .NET, supporting SSL and different IMAP formats (like Gmail, AOL). ImapX 2 is an extended version of the ImapX library developed by Andriy Mykhaylyuk...
View ArticleCommented Issue: The message.Process() go into infinite loop [1495]
The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...
View ArticleCommented Issue: Message.Process results in IndexOutOfRangeException [1486]
Dear Coders,I've just started using your ImapX library to retrieve and read mails from gmail.Now, everything is working fine and it's a great library.However, when i'm trying to mark a mail read using...
View ArticleCommented Issue: The message.Process() go into infinite loop [1495]
The function Message.Process() sometime go into infinite loop.It's hard to debug this error, my program is something like the following:```// try to schedule a one gmail checkingwhile(true){ -open...
View ArticleNew Post: Simple Question With Accessing with various computers
Hi there! I wanted to know if there's a problem if i access to my Gmail account with various computers at the same time. For example one computer is just checking emails and other is checking other...
View ArticleNew Post: Simple Question With Accessing with various computers
Good day! Multiple clents connecting to a single Mailbox through IMAP are no problem at all. This is one of the big advantages the IMAP protocol is providing. Best regards, Pavel Azanov For reference...
View ArticleCommented Issue: Message.Process results in IndexOutOfRangeException [1486]
Dear Coders,I've just started using your ImapX library to retrieve and read mails from gmail.Now, everything is working fine and it's a great library.However, when i'm trying to mark a mail read using...
View ArticleSource code checked in, #23472
- Fix for issue 1486 (http://imapx.codeplex.com/workitem/1486)
View ArticleCommented Issue: Message.Process results in IndexOutOfRangeException [1486]
Dear Coders,I've just started using your ImapX library to retrieve and read mails from gmail.Now, everything is working fine and it's a great library.However, when i'm trying to mark a mail read using...
View ArticleCommented Issue: Message.Process results in IndexOutOfRangeException [1486]
Dear Coders,I've just started using your ImapX library to retrieve and read mails from gmail.Now, everything is working fine and it's a great library.However, when i'm trying to mark a mail read using...
View ArticleCommented Issue: Message.Process results in IndexOutOfRangeException [1486]
Dear Coders,I've just started using your ImapX library to retrieve and read mails from gmail.Now, everything is working fine and it's a great library.However, when i'm trying to mark a mail read using...
View ArticleSource code checked in, #23497
- Sample application: added sample code for marking a message as read
View ArticleUpdated Wiki: Home
ImapX 2 is an IMAP library for .NET, supporting SSL and different IMAP formats (like Gmail, AOL). ImapX 2 is an extended version of the ImapX library developed by Andriy Mykhaylyuk...
View ArticleNew Post: ImapX not registering the right hour and date since 01 March of 2013
Hi, I have the same problem since the start of March 2013; the date is parsed to 01/01/0001 0:00:00. I saw that the problem is in DateTime.TryParse that does not recognize a valid format string. I...
View ArticleSource code checked in, #23654
- Updated the date parsing to use CultureInfo.InvariantCulture
View ArticleNew Post: ImapX not registering the right hour and date since 01 March of 2013
Hi GDEffe, thank you for analysing the issue! I updated the source code in the repository, the date parsing now happens using the CultureInfo.InvariantCulture property. Please check if you still...
View Article