Commented 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 ArticleNew Post: Message.GetDecodedBody did not recognized HTML email
Hi axlns, i found that problem occurs when the body parts are being parsed for the first time after they're received from the server. Will need a bit more time to fix it, please keep the credentials...
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 ArticleSource code checked in, #26098
- Fixed last request by conquerorvn on issue 1495 (see https://imapx.codeplex.com/workitem/1495)
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 ArticleNew Post: Processing message after Folder.Search method executed
I made another update to support your code, there was a small bug which caused an object reference not set to an instance error. You can update to the latest code from the repository.
View ArticleNew Post: Processing message after Folder.Search method executed
OK. Thanks for your help.
View ArticleNew Post: Message.GetDecodedBody did not recognized HTML email
Hi Pavel. No problems, credential will be active as long as you would need them. Thanks for your help Regards, Alex
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: How to Search The Particular Keyword From the Specified Email Address
Hey This is the Awesome Library With Perfect Sample application thanxx a Lot Man... Superb Job.. Now my Problem Is That I Want to Search a Keyword Suppose "Shutdown" from the My All Email Whose Email...
View ArticleNew Post: ImapX Delete email message
Greetings, I'm using the ImapX for reading the email in a windows form application, but the application should delete the message that I received in the past days; the application should save only the...
View ArticleSource code checked in, #26131
- Fixed message removing (now removes the message from the local collection, not only from server)
View ArticleNew Post: ImapX Delete email message
Hi blackpyro, You're doing everything fine, and the messages should be removed from the server. There was a small bug that the messages were not removed from the Messages collection in Folder, but i...
View ArticleNew Post: How to Search The Particular Keyword From the Specified Email Address
Hi hiral2cool, the search command can be very individual, if you want to filter the messages by a specific sender and a keyword contained, it looks the following way:SEARCH FROM "name@domain.com" TEXT...
View ArticleNew Post: How to Search The Particular Keyword From the Specified Email Address
ok got it.... but where...it is write in my code ?? means in where ya i want to use only Gmail Account to Search How to fire Query Please tell me. ......
View ArticleNew Post: ImapX Delete email message
Hi pavel_azanov, First of all thank you for the quick reply. For the application I need the .Net 3.5 ImapX and if your latest update of the source code is for .Net 4.0 ImapX, I can't use it because I...
View ArticleNew Post: ImapX Delete email message
Good day! The latest source code of the library can be compiled for .Net 3.5 without any problems, but the binaries in the download section are for .Net 4.0, as not many users request a lower version....
View ArticleNew Post: ImapX Delete email message
Dear pavel_azanov, I'm not sure but i think I tried to compile using the latest code (.Net 4.0) in .net 3.5 but I couldn't, I had problems; anyway, I want to thank you for your help and your support, I...
View Article