taljacobson / flutter_mailer

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
MIT License
47 stars 39 forks source link

Discarding returns the same MailerResponse.android as sending #33

Open deakjahn opened 4 years ago

deakjahn commented 4 years ago

On Android (10) there is no difference whether the mail was sent or discarded, the response is the same.

taljacobson commented 4 years ago

Yes, that is true, and unfortunately the only option on android, only ios mail has the ability to return if the mail was discarded send or cancelled.

deakjahn commented 4 years ago

Then I would suggest to add a word about it to the comments in the README and then people like me won't bother you with it any more. :-))

taljacobson commented 4 years ago

I believe both the readme example and comments on the code mention ios only, but there might be a better way to mitigate further confusion.

deakjahn commented 4 years ago

In hindsight, maybe. I'd just add to the .android case that both sent and discarded come back that way.