• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Is it true, can not read mail(gmail) programmatically?

plusnplus

Newbie
Hi..,
I try to find how to read email or maybe just the subject programmatically, but can not find.
I found that there is no API for email?

thanks for any reply/ info
 
Be a bit more specific: Do you want IMAP (available for GMail), POP (available for GMail), webmail, built-in EMail storage, built-in GMail storage (...) . The first three are definitely possible, but would require the user to enter his credentials; The rest I'm not so sure about.
 
Be a bit more specific: Do you want IMAP (available for GMail), POP (available for GMail), webmail, built-in EMail storage, built-in GMail storage (...) . The first three are definitely possible, but would require the user to enter his credentials; The rest I'm not so sure about.
hi..,
what i need, when i receive email from gmail, the program can read the subject of the email.
So if the subject is 1000, i need send sms to A, 2000 to B, etc..

Can share how to do that or it is possible to read gmail subject?
 
I think you can if you have the user enable IMAP/POP3 for their Gmail. I think hansschmucker had the right advice for you there.

Google tends to be less open about their own apps. :\
 
Back
Top Bottom