|
Can someone from the Rebex team take a look at this posting? There is no way you can do a search in the IMAP client component with free-form text. Can you please provide time frame when this feature will be included? It doesn't look like it will require too many changes, just a bit of refactoring. |
|
What about this code? It works quite well:
If you prefer VB.NET, please let us know! This will get the job done. Thank you guys! You are awesome!
(24 Mar '10, 12:18)
Stephen Zebo
Nice to know that it works for you! Could you describe why did you chose this approach instead of using default Imap.Seach method? Maybe we overlooked something and our Search API is unsuitable for some usage scenarios. It would help us to enhance the component. Feel free to edit your question if the comment is too short.
(24 Mar '10, 13:23)
Martin Vobr ♦♦
Martin, I think you should definitely consider adding the above functionality as part of your component (probably another Search method with the free-form text). The API you have provided is nice abstraction on top of the low-level IMAP search. However in order for this to be flexibly used you have to create a complete search-criteria builder/editor. The nice thing about the IMAP free-form text search is that you can provide quick-and-dirty text box entry to the end-user.
(24 Mar '10, 15:14)
Stephen Zebo
|
Hello Stephen,
Martin Vobr from Rebex here. I'll discuss it with devs and post the update here (today).