Ram, is there any way to do search by Date?
I want to find all messages I haven't found before, and I have a date of my last search.
Advanced Search has the capability, but I can't figure out how to make it work in the API.
Also is there any way to do "OR" searches in one request:
subject:"Jobs" OR subject:"Money" ??
Yes you can do it. Multiple criteria is also supported. We also have Mail YQL table for this. For more information on search query params please check this link. Thanks
--R