tschoffelen / react-native-email-link

📭 Open an email client from React Native (for 'magic link' type functionality).
MIT License
409 stars 74 forks source link

Add compatibility with yahoo and superhuman #46

Closed furkhail closed 4 years ago

furkhail commented 4 years ago

This PR removed compatibility with those two email clients. In case that was done by mistake, this tries to bring it back.

tschoffelen commented 4 years ago

Oh! That's definitely by mistake. Thanks!

tschoffelen commented 4 years ago

Published as react-native-email-link@1.7.0.

furkhail commented 4 years ago

I just realized that I missed adding compatibility to the uriparameters. @tschoffelen could you add that too?

tschoffelen commented 4 years ago

Sorry, what do you mean?

neilco commented 4 years ago

@tschoffelen I think @furkhail is referring to the uriParams for prepopulating the mail composer. For Yahoo Mail, they are:

{
  path: 'mail/compose',
  to: 'to',
  cc: 'cc',
  bcc: 'bcc',
  subject: 'subject',
  body: 'body'
}

I don’t know what they would be for Superhuman.

tschoffelen commented 4 years ago

I see! Done!