Abs
Abs

Reputation: 57916

Android: Get and Open Email

Is it possible to open an email in the standard email client that an android 2.2 phone comes with? I'd like to search emails and then open an email - of course with users permission.

But I can't find any docs and I can't think of any way to open an email by subject.

I would really appreciate any help! I have come across this but I can't find these classes in my android library.

Thanks all

Upvotes: 0

Views: 423

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006584

Is it possible to open an email in the standard email client that an android 2.2 phone comes with?

There is no "standard email client that an android 2.2 phone comes with".

I am not aware of any email clients with documented and supported APIs, beyond ACTION_SEND. Certainly neither the AOSP Email application nor Gmail have documented and supported APIs.

Upvotes: 1

Related Questions