1

I'm writing an eMail app for accessing all types of mails(gmail,yahoo,hotmail etc)

Can I use the content provider to access the inbox data , instead of using third-party libraries like JavaMail.

If it is possible to access mail using content provider , please let me know how to it.

Thank you..

Bajirao Shinde
  • 1,356
  • 1
  • 18
  • 26
Sreekanth
  • 21
  • 1
  • 6

1 Answers1

0

for gmail refer this answer

and for yahoo also you can access shared data via content provider com.yahoo.mobile.client.android.mail.provider.MailProvider beware of this exception

Community
  • 1
  • 1
Amol Desai
  • 872
  • 1
  • 9
  • 17