How could I perfom mail search (maybe using ZmMailApp.mailSearch) in zimlet. Searching would be subject and result - conversation I would like to open in a new tab. Any idea? Or any idea where I could find some useful documentation or tutorials?
Asked
Active
Viewed 124 times
0
-
This is a very general question. Consider posting any relevant code that you have already, and ask specific questions regarding the code. See [this page](http://stackoverflow.com/help/how-to-ask) for tips on asking a good question. – hunch_hunch Sep 17 '14 at 14:22
1 Answers
0
Did you check the zimlet developers guide? That's a pretty good documentation source for developing zimlets. Also, there's a link to the Javascript API documentation, where you can find further information.
About your search question: I would suggest creation a SoapDocument for a "SearchRequest" and send that using the SendRequest method. Check the above documentation for further information.

Dennis Plöger
- 168
- 3