Reputation: 65
I am trying to make an app to access emails from mail-boxes (such as Gmail and Yahoo Mail) and to store it in my local storage. Is there any way in a flutter to implement that.?
Upvotes: 2
Views: 3162
Reputation: 77304
Sure there is.
You could use imap_client or enough_mail or others.
If you really only want Google Mail, you could use their own package googleapis
Upvotes: 2