joplin / plugin-email

This plugin adds the ability to fetch email messages and converts them to Joplin notes in various formats, either by monitoring any new or unread messages from a specific email address or a specific mailbox, or by uploading downloaded email messages to the plugin without having to be logged in.
29 stars 4 forks source link

JPL binary of current codebase #33

Open rinodrops opened 3 months ago

rinodrops commented 3 months ago
  1. Clone this repository (git clone https://github.com/joplin/plugin-email.git) and move into it
  2. Set the Node.js Crypto Policy Node.js 17 and later use OpenSSL 3, which has stricter default settings. To relax these settings by setting an environment variable: export NODE_OPTIONS=--openssl-legacy-provider
  3. Install dependencies: npm install --save-dev webpack webpack-cli
  4. The JPL binary is generated in publish/ diectory.

Here's Bishoy.EmailPlugin.jpl using the recent repository (Jun 3, 2024) on macOS 14.5 Bishoy.EmailPlugin.jpl.zip