Hi,
I'm rather new to all of this. So please excuse my naivety.
I'm trying to list all messages from some folder.
The Open Mail API doesn't seem to directly support this function.
I can see that there's an appropriate function in the older Mail API:
http://developer.yahoo.com/mail/docs/user_guide/
But I'm not entirely sure how to run these functions within an Open Mail App.
Any help would be appreciated.
Cheers
Sam
Hi Sam,
The link you supplied is for the user guide for the Yahoo! Mail Web Services API. Those are the right APIs to use to do stuff like listing messages in a folder, retrieving messages, etc.
http://developer.yahoo.com/mail/You can access those APIs from the Yahoo! Mail App Development Platform (a.k.a. OpenMail) by making authenticated web service calls:
http://developer.mail.yahoo.com/om/docs/Op..._callWebServiceThose two links will get you started, but are actually missing some details that I'll follow up with. I'm hoping to get an OAuth how-to posted to the site,
but if not, I'll post a reply here shortly.
-j