What you want to do..reading emails and doing something automatically? I think it is not possible from application level. You can listen to an sms port for that..just look some push registery samples.
If you only want to show the SMS in your application ...i think it is better to open the installed client using intents. On Mon, May 24, 2010 at 5:47 PM, Mark Murphy <[email protected]>wrote: > San wrote: > > Does anyone know if there is an API available to access all SMS > > messages as well as emails in the inbox? > > There is nothing in the Android SDK for either of these. > > While there are applications frequently available on Android devices for > these functions (SMS, Email, Gmail), device manufacturers can and do > replace them with other applications. Also, users can elect to download > and install their own email clients (e.g., K9). > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android Training in NYC: 4-6 June 2010: http://guruloft.com > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

