[android-developers] Get count of email messages in Email app

2010-10-06 Thread klavin
I'd like to get access to the data stored in the default Email app. I'd like to find out what accounts are associated with the App, and for each account, what folders are associated with the account, and for each folder how many emails are in that folder. I need this information on 2.1 and 1.5. I

[android-developers] Get count of email messages in Email app

2010-10-06 Thread klavin
I'd like to get access to the data stored in the default Email app. I'd like to find out what accounts are associated with the App, and for each account, what folders are associated with the account, and for each folder how many emails are in that folder. I need this information on 2.1 and 1.5. I

Re: [android-developers] Get count of email messages in Email app

2010-10-06 Thread Kumar Bibek
You cannot do all of these yet. the content provider for the mail app doesn't publish or give permissions for other apps to access it's data, well, not all of it's data Deleting mails is not possible. Getting unread counts is also not possible. On Mon, Oct 4, 2010 at 8:09 PM, klavin

Re: [android-developers] Get count of email messages in Email app

2010-10-06 Thread Kumar Bibek
Not possible. On Sun, Oct 3, 2010 at 8:34 PM, klavin klavin4...@yahoo.com wrote: I'd like to get access to the data stored in the default Email app. I'd like to find out what accounts are associated with the App, and for each account, what folders are associated with the account, and for