Android Question email library

Stern0m1

Member
Licensed User
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...

Thanks
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
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.

Is there a way to access the gmail app without going directly to the googles email servers?
You can send emails with an intent. It is not possible to access emails through Gmail app.
 
Upvote 0
Top