From dd24af93eabaa29bd8bb7edcaeb99aed43695481 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 18 Oct 2022 12:26:18 +0200 Subject: [PATCH] Nextcloud test v2.19.0 --- .../nextcloud/snappymail/appinfo/info.xml | 44 +++++++++++++++---- plugins/nextcloud/index.php | 6 +-- 2 files changed, 38 insertions(+), 12 deletions(-) diff --git a/integrations/nextcloud/snappymail/appinfo/info.xml b/integrations/nextcloud/snappymail/appinfo/info.xml index 37fb3bfaf..b8db430bb 100644 --- a/integrations/nextcloud/snappymail/appinfo/info.xml +++ b/integrations/nextcloud/snappymail/appinfo/info.xml @@ -16,26 +16,52 @@ - **Integration with other Nextcloud apps** (Contacts & Files) - **Multiple mail accounts and identities** - **Send & receive OpenPGP encrypted/signed emails** (With full HTML support, ECC keys, or plain text with Mailvelope) -- **Many security features** (Sodium encrypted passwords, Sec-Fetch, TOTP 2FA, DKIM, etc.) +- **Many security features** (Sodium encrypted passwords, Sec-Fetch, TOTP 2FA, DKIM, prevent tracking, etc.) - **Kolab integrations** -After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "SnappyMail webmail" section. +After enabling in Nextcloud, go to Nextcloud admin panel, "Additional settings" and you will see a "SnappyMail webmail" section. There, click on the link to go to the SnappyMail admin panel. ]]> SnappyMail https://github.com/the-djmaze/snappymail/blob/master/integrations/nextcloud/snappymail/README.md - https://snappymail.eu/ + https://github.com/the-djmaze/snappymail/wiki - social - tools integration + office + search + social https://raw.githubusercontent.com/the-djmaze/snappymail/master/integrations/nextcloud/screenshots/inbox.jpg - https://github.com/the-djmaze/snappymail - https://github.com/the-djmaze/snappymail/issues/96 + https://snappymail.eu + https://github.com/the-djmaze/snappymail/discussions + https://github.com/the-djmaze/snappymail/tree/master/integrations/nextcloud + https://github.com/the-djmaze/snappymail/issues - - + + mbstring + zlib + + OCA\SnappyMail\Settings\AdminSettings diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index 975243e13..41426269e 100644 --- a/plugins/nextcloud/index.php +++ b/plugins/nextcloud/index.php @@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Nextcloud', - VERSION = '2.2', - RELEASE = '2022-10-13', + VERSION = '2.3', + RELEASE = '2022-10-18', CATEGORY = 'Integrations', DESCRIPTION = 'Integrate with Nextcloud v20+', - REQUIRED = '2.18.6'; + REQUIRED = '2.19.0'; public function Init() : void {