Added NextCloud

Taken from https://github.com/pierre-alain-b/snappymail-nextcloud
This commit is contained in:
djmaze 2021-07-17 08:38:21 +02:00
parent 2dde6c59eb
commit 65200af210
32 changed files with 1713 additions and 1 deletions

View file

@ -5,7 +5,7 @@ class OwnCloudPlugin extends \RainLoop\Plugins\AbstractPlugin
const
NAME = 'OwnCloud',
VERSION = '2.0',
CATEGORY = 'Security',
CATEGORY = 'Integrations',
DESCRIPTION = 'Plugin that adds functionality to integrate with OwnCloud.';
private static function IsOwnCloud() : bool