EmailIntentBuilder
EmailIntentBuilder copied to clipboard
An Android Library for the creation of SendTo Intents with mailto: URI
On a Samsung Galaxy S8, Android 9 (and maybe other configurations), newlines aren't included when selecting Gmail. They are included when selecting the default Samsung mail app. Steps to reproduce:...
AFAIU, one of the premises EIB was built for was the lack of documentation of the various commonly used extras and ACTION_SENDTO. However, I just stumbled across this: [https://developer.android.com/guide/components/intents-common.html#Email](https://developer.android.com/guide/components/intents-common.html#Email) What...
I'm using EmailIntentBuilder in my app Glimpse Notifications. The can create some log data and send it as an email to me. Recently, I'm getting mails where the body seems...
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/to.html This makes it difficult to use the `to` method from Kotlin because Kotlin interprets it as the stdlib operator.
This library doesn't support… - attachments (not supported by `mailto` URI) - names that go with email addresses, e.g. `John Doe ` (not sure if support possible) - non-`text/plain` mail...
How can I send HTML formatted text using your library similar to [`ShareCompat.IntentBuilder.setHtmlText()`](http://developer.android.com/reference/android/support/v4/app/ShareCompat.IntentBuilder.html#setHtmlText%28java.lang.String%29)?