I want to create an app for myself that, pressing a button, uploads some text on my Gmail. My app would work like this:
- I have my text in a String var
- I push a button
- The app checks if the "myappnameFolder" already exists in my Gmail inbox
- The app sends to my mail address an email with the content of the String var
The problem is that I don't know how to connect my app with Google inbox and how to send myself an email. Is this possible? I've already seen some articles on connecting Google+ account but I didn't find any solution. Thanks.