Robert Virkus
Robert Virkus
The app now also shows PDF attachments :-)
with the latest Git version of enough_media now video is also played back
Just a short update: there's work ongoing for offline support... But it's tricky 😅
Thanks for the suggestion. As Maily uses an API key for Giphy to allow to attach animated gifs, I understand that there are two options: 1. Publish Maily without Giphy...
Assuming you have a valid OAuth token, you can sign in with that token. Example for low level API: ```dart String accessToken = await _retrieveAndRefreshAccessToken(); await imapClient.authenticateWithOAuth2(email, accessToken); ``` Example...
Thanks for the bug report, can you provide a reproduction project? What happens when you use the current git version of enough_mail? In your pubspec.yaml, add this dependency: ```yaml dependencies:...
Looking forward to that!
Hi Kevin, I like. I had some similar ideas for the client side, ie I want to enable message templates for my mail app. Companies should then be able to...
Forgot to write: converting the plain text part of a message should be simple enough, html messages could become somewhat trickier...
It means that the mail service you have connected to does not support threading. In this case you either have to fallback to not having threads or to client side...