Closed Daidalos117 closed 7 months ago
Good idea! We could also add this as an option to the openInbox
method:
openInbox({
title: 'What email app do you want to open?',
additionalPrefixes: {
...
}
});
Or, also always happy of course to add new email apps as default options to the library! The more the merrier!
Sounds good! What would you prefer? Possibility to add additional data or just adding new ones to library? Honestly I don't have an opinion on this 😅
Adding new ones to the library would be best I think, has direct added value for other users of the lib
Good point 👍 I have created a PR. But I wanted to ask, how do you got to know what path is app using for opening a compose view? Did you contact the authors of the email clients? @tschoffelen
Just a lot of googling and experimenting for most of them...
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale. Please feel free to re-open if you feel this issue is still relevant.
Hello, I noticed that the list of email clients is hardcoded in the code of the library. But we want to add some email clients used in our country. I could make a PR with changes necessary for rewriting the list, I was thinking something easy like:
Same for titles and uriParams vars. and then on our side just
Would this be suitable for you, or do you prefer us making our own fork and implementing that there? Thank you in advance!