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..