cordova-email-plugin icon indicating copy to clipboard operation
cordova-email-plugin copied to clipboard

Edit and send email messages

Results 28 cordova-email-plugin issues
Sort by recently updated
recently updated
newest added

## Version **1.3.8** of [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog-cli) was just published. Dependency conventional-changelog-cli Current Version 1.3.5 Type devDependency The version **1.3.8** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

Hi. I'm trying to export a sample csv file with base64 encode. Code: ``` cordova.plugins.email.open({ to: '', cc: '', bcc: '', subject: 'CSV', body: 'CSV', attachments: 'base64:export.csv//MTA5MzUwOTAwLFFSX0NPREUsT0ssMTU2NDAxOTkwNDE5NiwyNC8wNiAyMjo1OA0KMTk5NixRUl9DT0RFLGFuaXZlcnNhcmlvLDE1NjQwMTkyMjk0NDksMjQvMDYgMjI6NDcNCjA5MTEsUVJfQ09ERSxPSywxNTY0MDE5MjA1NjEwLDI0LzA2IDIyOjQ2DQoyNTk5LENPREVfMzksT0ssMTU2NDAxOTE5NTU0MSwyNC8wNiAyMjo0Ng0KMTk5NixRUl9DT0RFLCwxNTY0MDE5MjcyODUzLDI0LzA2IDIyOjQ3' }); ``` My...

## The devDependency [jsdoc](https://github.com/jsdoc/jsdoc) was updated from `3.5.5` to `3.6.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## Version **2.0.2** of [karma](https://github.com/karma-runner/karma) was just published. Dependency karma Current Version 2.0.0 Type devDependency The version **2.0.2** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

I use the following code to attach the file, but it shows **couldn't attach file**. ![screenshot-mail google com-2018 08 26-15-07-05](https://user-images.githubusercontent.com/3687184/44626874-087ac780-a942-11e8-961a-f0bae46102bf.png) ``` cordova.plugins.email.open({ to: '[email protected]', subject: 'Greetings', body: 'Nice greetings from...

Android isAvailable is returning a value of undefined even though it is available. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/44995675-android-isavailable?utm_campaign=plugin&utm_content=tracker%2F12875371&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12875371&utm_medium=issues&utm_source=github).

## Version **3.0.4** of [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) was just published. Dependency jsdoc-to-markdown Current Version 3.0.3 Type devDependency The version **3.0.4** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

File access has been changed on Android 8, so using the current plugin implementation to attach a file to an email causing a crash on Android 8: 09-11 19:57:14.794 20528-20623/io.cordova.hellocordova...

Hi there, I did a `ionic cordova plugin add cordova-plugin-email` and added this to my email click handler: `cordova.plugins.email.isAvailable(function (isAvailable) { console.log("Email available: " + isAvailable); });` When I click...

@hypery2k - I sent you an email on this too. Sorry to use this forum to post this, just trying to catch your attention. Reaching out to you to see...