'Flutter, sending and receiving email
I know there are some packages out there that allow you to send emails using Flutter but I want to be able to make an email app (like gmail, outlook,...) using Flutter. Though I can't seem to find a way to receive emails. I once tried something called imap_client but it seems like the support for that has stopped somewhere around September 2019 and the problem with that package was also that my gmail blocked my login attempts as they were from an unknown source...
I want to be able to make an app that allows users to enter their email (@gmail.com, @outlook.com, @yahoo.com,..) and they can then look at their: inbox, sent emails, deleted items, draft,...
I mean I know Flutter is made by Google and they would probably prefer to protect GMAIL by not allowing it to receive emails from gmail on an app but Windows Mail (on desktop) is able to receive my gmail mails so I can't see why Flutter doesn't have this feature as it would be quite an improvement if by default we could sent & receive emails (& drafts,...)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
