How to Open gmail,yahoo mail and rediff mails in application programmatically?

穿精又带淫゛_ 提交于 2019-12-23 03:32:32

问题


I am working on an application which uses the mail viewer functionality and i want to view mail from gmail,yahoo mail and rediff mail. I am able to access from google with its uri and showing its mail in a webview created in my application.But i am unable to find any kind of uri or intent to open/access yahoo mail and rediff mail.I dont want to open their default mail application.I want to fetch them all and show them in my own application.Is there any way to do this??


回答1:


Here is yahoo developer api

http://developer.yahoo.com/mail/ http://developer.yahoo.com/mail/docs/user_guide/

and rediff api

http://developers.rediff.com/wiki/doku.php?id=table_of_contents

you might want to study K-9 mail code and get some idea's from there.

http://code.google.com/p/k9mail/



来源:https://stackoverflow.com/questions/9516334/how-to-open-gmail-yahoo-mail-and-rediff-mails-in-application-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!