diff --git a/README.md b/README.md index 23b0a6a..91374f0 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ This repository contains the following plugins: | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.arash28134.DiscordPresence/plugin.jpl) | Discord Rich Presence | 1.0.0 | A Discord Rich Presence Plugin For Joplin | arash28134 | | [🏠](https://github.com/marc0l92/joplin-plugin-drawio#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl) | Draw.io | 2.1.0 | Draw.io (aka Diagram.net) integration for Joplin | marc0l92 | | [🏠](https://github.com/EliasVincent/joplin-email-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.eliasvsimon.email-note/plugin.jpl) | Email Note | 1.2.2 | Send a note as an email | EliasVincent | +| [🏠](https://github.com/joplin/plugin-email) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/Bishoy.EmailPlugin/plugin.jpl) | Email Plugin | 1.0.0 | Fetch your important emails as notes. | Bishoy Magdy | | [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl) | Embed Search | 2.0.0 | Embeds list of links specified by search inside of note | ambrt | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.embeddedtags/plugin.jpl) | embedded tags | 1.0.0 | embeded tags | Dave Edwards | | [🏠](https://discourse.joplinapp.org/t/plugin-emoji-picker/24228) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/retr0ve.EmojiPlugin/plugin.jpl) | Emoji | 1.0.4 | A emoji picker. | Retr0ve | diff --git a/manifests.json b/manifests.json index 7b7da37..0938905 100644 --- a/manifests.json +++ b/manifests.json @@ -2141,5 +2141,23 @@ "_publish_hash": "sha256:b8b84fc0c65b19af0c72ae10e57d97b870455f1a9672936bc06b00764fbc0f42", "_publish_commit": "", "_npm_package_name": "joplin-plugin-kity-minder" + }, + "Bishoy.EmailPlugin": { + "manifest_version": 1, + "id": "Bishoy.EmailPlugin", + "app_min_version": "2.7", + "version": "1.0.0", + "name": "Email Plugin", + "description": "Fetch your important emails as notes.", + "author": "Bishoy Magdy", + "homepage_url": "https://github.com/joplin/plugin-email", + "repository_url": "https://github.com/joplin/plugin-email", + "keywords": [ + "Email", + "email" + ], + "_publish_hash": "sha256:be5659fa420d57b90c917fdbda1759151a492cca7020630e214d149a9d631f88", + "_publish_commit": "main:262b0852e50f750027f332127146fccdd406cbfc", + "_npm_package_name": "joplin-plugin-email" } } \ No newline at end of file diff --git a/plugins/Bishoy.EmailPlugin/manifest.json b/plugins/Bishoy.EmailPlugin/manifest.json new file mode 100644 index 0000000..daa9f95 --- /dev/null +++ b/plugins/Bishoy.EmailPlugin/manifest.json @@ -0,0 +1,18 @@ +{ + "manifest_version": 1, + "id": "Bishoy.EmailPlugin", + "app_min_version": "2.7", + "version": "1.0.0", + "name": "Email Plugin", + "description": "Fetch your important emails as notes.", + "author": "Bishoy Magdy", + "homepage_url": "https://github.com/joplin/plugin-email", + "repository_url": "https://github.com/joplin/plugin-email", + "keywords": [ + "Email", + "email" + ], + "_publish_hash": "sha256:be5659fa420d57b90c917fdbda1759151a492cca7020630e214d149a9d631f88", + "_publish_commit": "main:262b0852e50f750027f332127146fccdd406cbfc", + "_npm_package_name": "joplin-plugin-email" +} \ No newline at end of file diff --git a/plugins/Bishoy.EmailPlugin/plugin.jpl b/plugins/Bishoy.EmailPlugin/plugin.jpl new file mode 100644 index 0000000..f57e1f6 Binary files /dev/null and b/plugins/Bishoy.EmailPlugin/plugin.jpl differ