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