tags:

views:

385

answers:

2

In an Android device: Where is Email stored ? Please can anybody tell me?

Thanx in Advance

+6  A: 

There are many, many email applications for Android. Each stores email in its own way. The "standard" email applications (Email and Gmail) do not support third parties manipulating stored emails.

CommonsWare
Yhanx CommonsWare for Reply...Like when we access Gmail once and if off the Internet Connection ..then stil Email are Stored in the Androide Device..that's y I asked..Can anybody tel me where pleaseYhnx
SHubham
Gmail is a proprietary application. You cannot access the stored emails. Period.
CommonsWare
Thanx CoomonWare but when I use Emulator after SHutoff Internet Connection..then still Mail are avail there..not directly from server..but they stored somewher in the device..
SHubham
A: 

check this out Uri.parse("content://gmail-ls/conversations/gmail-account/conversation-id/messages")

Payas Gupta