tags:

views:

1042

answers:

1

HI Guys,

Is there a way to read/access emails or inbox in Android programatically. Thanks in advance.

Begining Android developer.

+1  A: 

As far as I am aware, there is no way to programmatically access emails through the default Gmail application. Your best option is to find some POP or IMAP library, and integrate that into your application. By entering their email information you can then get their emails for that mailbox in your own application.

Soonil