![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
capacitor-email-composer
Advanced tools
👉🏼 Note: this Plugin is developed for Capacitor V3
This Plugin is used to open a native E-Mail Composer within your Capacitor App.
This and other Open-Source Cordova/Capacitor Plugins are developed in my free time. To help ensure this plugin is kept updated, new features are added and bugfixes are implemented quickly, please donate a couple of dollars (or a little more if you can stretch) as this will help me to afford to dedicate time to its maintenance. Please consider donating if you're using this plugin in an app that makes you money, if you're being paid to make the app, if you're asking for new features or priority bug fixes.
Table of Content
npm install capacitor-email-composer
npx cap sync
hasAccount() => Promise<{ hasAccount: boolean; }>
Checks if the User can send a Mail iOS: Check if the current Device is configured to send mail Android: Currently does nothing
Returns: Promise<{ hasAccount: boolean; }>
open(options?: OpenOptions | undefined) => Promise<void>
Open the E-Mail Composer
Param | Type | Description |
---|---|---|
options | OpenOptions | optional Options to prefill the E-Mail |
Prop | Type | Description |
---|---|---|
to | string[] | email addresses for TO field |
cc | string[] | email addresses for CC field |
bcc | string[] | email addresses for BCC field |
subject | string | subject of the email |
body | string | email body |
isHtml | boolean | indicats if the body is HTML or plain text (primarily iOS) |
The full Changelog is available here
FAQs
E-Mail Composer Plugin for Capacitor
The npm package capacitor-email-composer receives a total of 20 weekly downloads. As such, capacitor-email-composer popularity was classified as not popular.
We found that capacitor-email-composer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.