Skip to content

roliverio/Sendent-App-for-Nextcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Sendent app for Nextcloud

Sendent allows you to securely exchange files and emails. Sendent is linked to Microsoft Outlook, so you can continue to work from your trusted email program while you mail more easily and securely. Very useful, for example, to share privacy-sensitive documents or content or to send attachments that are normally too large to email. All files are uploaded to your personal Nextcloud environment from which you determine who has access to them.

Installation

The easiest way to install this app is by using the Nextcloud app store. If you like to build from source, please continue reading. For the installation you need node, yarn, php and composer.

Clone this repo into your nextcloud app directory, or download it as zip and extract it there, and change into the new directory:

$ git clone https://github.com/Sendent-B-V/Sendent-App-for-Nextcloud YOUR_NEXTCLOUD_ROOT/apps/sendent

$ cd YOUR_NEXTCLOUD_ROOT/apps/sendent

Next install all dependencies and create a build (if you have make, execute make build as a shortcut):

$ composer install
$ yarn install
$ yarn build

Now you should be able to enable this app on your Nextcloud app page.

Questions?

If you have any questions, please contact us at: support@sendent.nl

About

Sendent Outlook integration Nextcloud app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.1%
  • TypeScript 16.9%
  • HTML 7.6%
  • SCSS 6.9%
  • CSS 3.0%
  • Makefile 1.0%
  • JavaScript 0.5%