From 728d339739b63e9bb59e457e4a84fe9a65b93fc9 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 28 Sep 2019 12:10:25 +0200 Subject: Add uncompressed recipes --- uncompressed/mailbox.org/LICENSE | 21 + uncompressed/mailbox.org/README.md | 16 + uncompressed/mailbox.org/icon.svg | 860 ++++++++++++++++++++++++++++++++++ uncompressed/mailbox.org/index.js | 5 + uncompressed/mailbox.org/package.json | 12 + uncompressed/mailbox.org/webview.js | 11 + 6 files changed, 925 insertions(+) create mode 100644 uncompressed/mailbox.org/LICENSE create mode 100644 uncompressed/mailbox.org/README.md create mode 100644 uncompressed/mailbox.org/icon.svg create mode 100644 uncompressed/mailbox.org/index.js create mode 100644 uncompressed/mailbox.org/package.json create mode 100644 uncompressed/mailbox.org/webview.js (limited to 'uncompressed/mailbox.org') diff --git a/uncompressed/mailbox.org/LICENSE b/uncompressed/mailbox.org/LICENSE new file mode 100644 index 0000000..b0958eb --- /dev/null +++ b/uncompressed/mailbox.org/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Jonas H. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/uncompressed/mailbox.org/README.md b/uncompressed/mailbox.org/README.md new file mode 100644 index 0000000..3616116 --- /dev/null +++ b/uncompressed/mailbox.org/README.md @@ -0,0 +1,16 @@ +# mailbox.org Franz Plugin +Recipe for [mailbox.org](https://www.mailbox.org) integration with [Franz](http://meetfranz.com) + +## Requirements +This recipe only works for Franz 5.X, get it now at http://meetfranz.com + +## How to test this recipe +1. To install a new integration, download the integration folder. +2. Open the Franz Plugins folder on your machine: + * Mac: `~/Library/Application Support/Franz/recipes/dev/` + * Windows: `%appdata%/Franz/recipes/dev/` +3. Copy the folder into the plugins directory +4. Reload Franz + +## Documentation +* [Read the documentation](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) diff --git a/uncompressed/mailbox.org/icon.svg b/uncompressed/mailbox.org/icon.svg new file mode 100644 index 0000000..8c3b62b --- /dev/null +++ b/uncompressed/mailbox.org/icon.svg @@ -0,0 +1,860 @@ + + + + diff --git a/uncompressed/mailbox.org/index.js b/uncompressed/mailbox.org/index.js new file mode 100644 index 0000000..0e64091 --- /dev/null +++ b/uncompressed/mailbox.org/index.js @@ -0,0 +1,5 @@ +"use strict"; + +// default integration (e.g messenger.com, ...) +module.exports = Franz => Franz; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm1haWxib3gub3JnL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQTtBQUNBQSxPQUFPQyxPQUFQLEdBQWlCQyxTQUFTQSxLQUExQiIsImZpbGUiOiJtYWlsYm94Lm9yZy9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vIGRlZmF1bHQgaW50ZWdyYXRpb24gKGUuZyBtZXNzZW5nZXIuY29tLCAuLi4pXHJcbm1vZHVsZS5leHBvcnRzID0gRnJhbnogPT4gRnJhbno7Il19 \ No newline at end of file diff --git a/uncompressed/mailbox.org/package.json b/uncompressed/mailbox.org/package.json new file mode 100644 index 0000000..a058e8b --- /dev/null +++ b/uncompressed/mailbox.org/package.json @@ -0,0 +1,12 @@ +{ + "id": "mailbox.org", + "name": "mailbox.org", + "version": "1.1.1", + "description": "Integration of mailbox.org", + "main": "index.js", + "author": "Jonas Hilke ", + "license": "MIT", + "config": { + "serviceURL": "https://office.mailbox.org/appsuite/#!!&app=io.ox/portal" + } +} diff --git a/uncompressed/mailbox.org/webview.js b/uncompressed/mailbox.org/webview.js new file mode 100644 index 0000000..114ebea --- /dev/null +++ b/uncompressed/mailbox.org/webview.js @@ -0,0 +1,11 @@ +'use strict'; + +module.exports = Franz => { + const getMessages = function getMessages() { + const count = document.querySelectorAll('.new-item').length; + + Franz.setBadge(count); + }; + Franz.loop(getMessages); +}; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIm1haWxib3gub3JnL3dlYnZpZXcuanMiXSwibmFtZXMiOlsibW9kdWxlIiwiZXhwb3J0cyIsIkZyYW56IiwiZ2V0TWVzc2FnZXMiLCJjb3VudCIsImRvY3VtZW50IiwicXVlcnlTZWxlY3RvckFsbCIsImxlbmd0aCIsInNldEJhZGdlIiwibG9vcCJdLCJtYXBwaW5ncyI6Ijs7QUFBQUEsT0FBT0MsT0FBUCxHQUFrQkMsS0FBRCxJQUFXO0FBQzFCLFFBQU1DLGNBQWMsU0FBU0EsV0FBVCxHQUF1QjtBQUN6QyxVQUFNQyxRQUFRQyxTQUFTQyxnQkFBVCxDQUEwQixXQUExQixFQUF1Q0MsTUFBckQ7O0FBRUFMLFVBQU1NLFFBQU4sQ0FBZUosS0FBZjtBQUVELEdBTEQ7QUFNQUYsUUFBTU8sSUFBTixDQUFXTixXQUFYO0FBQ0QsQ0FSRCIsImZpbGUiOiJtYWlsYm94Lm9yZy93ZWJ2aWV3LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSAoRnJhbnopID0+IHtcclxuICBjb25zdCBnZXRNZXNzYWdlcyA9IGZ1bmN0aW9uIGdldE1lc3NhZ2VzKCkge1xyXG4gICAgY29uc3QgY291bnQgPSBkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKCcubmV3LWl0ZW0nKS5sZW5ndGg7XHJcblxyXG4gICAgRnJhbnouc2V0QmFkZ2UoY291bnQpO1xyXG5cdFxyXG4gIH07XHJcbiAgRnJhbnoubG9vcChnZXRNZXNzYWdlcyk7XHJcbn07XHJcbiJdfQ== \ No newline at end of file -- cgit v1.2.3-70-g09d2