Is there currently a richer library then the net library with the email parser to access emails?
Is there a way to access the gmail app without going directly to the googles email servers?
I am interested in writing an app to automatically download all attachments from an email...
POP object from the Net library allows you to download emails from any POP3 server. You can use MailParser to parse the emails: https://www.b4x.com/android/forum/threads/11310/#content
There isn't any other library available that parses emails.