1

I read/search existing thread in this forum but according to someone that there is no way to access the inbox of default mail client of Android.

Until I found this one send mail in android using the JavaMail API

and I can send email in my app but I want to do reading in my inbox. Could someone guide me about this? thanks!

Community
  • 1
  • 1
mboy
  • 744
  • 7
  • 17

1 Answers1

0

There is no "default mail client of Android". There are many, depending on the device and the user.

There is no documented and supported API for working with the "inbox" of the Mail application from the open source project. Similarly, there is no documented and supported API for working with the inbox of the proprietary Gmail application.

Whether the email clients used by any specific device manufacturer have such APIs, I cannot say.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • ohhh how sad.. even I searched on Google I haven't found any existing projects about this.. – mboy Feb 06 '12 at 12:49