New Post: Base 64 Execption While Fetching Mails
Hi sirous70, I updated the source code in the repository today, the latest changes contain many fixes for attachment parsing. Can you check if you still experience the issue using the source code from...
View ArticleNew Post: Cannot retrieve Folder when mailbox has subfolders
Hi Vincent, seems like I found the reason for the infinite loop on folder request. Can you check if you still experience the issue using the latest code from the repository? Kind regards, Pavel Azanov
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: Base 64 Execption While Fetching Mails
sirous70, please do not send duplicate posts. The answer is above this message.
View ArticleNew Post: Question about Search Queries
Hi, I've just seen this project and it seems to be great. But I've runned into a problem when trying to perform SearchMessage. I want to search by sender and date. So I call SearchMessage in the...
View ArticleNew Post: Question about Search Queries
Well, I found the solution already. Sorry to have bothered you. You have to use the Class ImapClient instead Imap and then start the search through the folder collection. Then it is working. Sorry Markus
View ArticleNew Post: Question about Search Queries
Hi Markus, yes, the Imap class is only for internal use and will be removed in the next releases, so prefer ImapClient for all operations. Best regards, Pavel Azanov
View ArticleNew Post: Processing message after Folder.Search method executed
Hi. Thanks for your library, we are considering to use it for large project which will connect to lot of IMAP servers. I found one issue, which I was able to fix locally by changing source codes of...
View ArticleNew Post: Message.GetDecodedBody did not recognized HTML email
Hi. I have one email example, which is certainly HTML one, but Message.GetDecodedBody did set out bool isHtml parameter to false. I can forward you that email; but I'm not sure if forwarded email will...
View ArticleNew Post: Message.GetDecodedBody did not recognized HTML email
Hi axlns, first of all, thank you for the issue report! You're right, forwarded messages are not enough to debug, because differ from the original. It is better if I have access to the original...
View ArticleNew Post: Processing message after Folder.Search method executed
Hi axlns, thank you for the code snippets! I will review it and include in the source code, so we have same code base. Best regards, Pavel Azanov
View ArticleNew Post: Message.GetDecodedBody did not recognized HTML email
Hi Pavel. Thanks for your reply. I sent you email with account details. Thanks
View ArticleNew Post: Processing message after Folder.Search method executed
Hi Pavel. Sounds great. Thanks
View ArticleSource code checked in, #26030
- Included code suggestions by axlns (see https://imapx.codeplex.com/discussions/443080)
View ArticleNew Post: Processing message after Folder.Search method executed
Good day, I reviewed your suggestion and the code is now part of ImapX, you can update to the latest code from the repository. Best regards, Pavel Azanov
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: 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 ArticleEdited 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: 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 Article