我有这个:
select * from auth.basic
where url="mail.yahoo.com"
and username="username"
and password="password"
和此:
select * from ymail.messages where numMid='3'
我可以以某种方式结合它们吗?我想你可以想象我为什么要这个?
答案 0 :(得分:1)
基本身份验证不适用于此表。 ymail.messages表支持OAuth,因此您可以使用http://developer.yahoo.com/oauth/中描述的3脚oauth,然后使用oauth Authorization标头从这些表中获取邮件数据。
雅虎确实支持几种不同的语言,包括java和php。如果您需要帮助我们,请告诉我们。