mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Fix
This commit is contained in:
parent
8a7954a73d
commit
8ee0064238
4 changed files with 8 additions and 3 deletions
|
@ -1 +1,6 @@
|
|||
Roundcube is a browser-based multilingual IMAP client with an application-like user interface.
|
||||
Roundcube is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an email client, including MIME support, address book, folder manipulation, message searching and spell checking.
|
||||
|
||||
### Features
|
||||
|
||||
- CardDAV to connect with baïkal or Nextcloud
|
||||
- Support for PGP encryption with Enigma plugin
|
||||
|
|
|
@ -9,6 +9,7 @@ In addition to Roundcube core features, the following are made available with th
|
|||
* Synchronize your email aliases as identities in Roundcube
|
||||
* Install the [contextmenu](https://plugins.roundcube.net/packages/johndoh/contextmenu) and [automatic addressbook](https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook) plugins by default
|
||||
* Allow to install the [CardDAV](https://plugins.roundcube.net/packages/roundcube/carddav) (address book) synchronization plugin at the installation - note that if you have installed Nextcloud or Baïkal, it will automatically add the corresponding and existing address book.
|
||||
* Support for PGP encryption with Enigma plugin by default.
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ En plus des fonctionnalités principales de Roundcube, les éléments suivants s
|
|||
* Installation des plugins [contextmenu](https://plugins.roundcube.net/packages/johndoh/contextmenu)
|
||||
et [automatic addressbook](https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook) par default.
|
||||
* Permettre d'installer [CardDAV](https://plugins.roundcube.net/packages/roundcube/carddav) (carnet d'adresses) de synchronisation à l'installation - notez que si vous avez installé Nextcloud ou Baïkal, il ajoutera automatiquement le carnet d'adresses correspondant.
|
||||
* Prise en charge du cryptage PGP avec le plugin Enigma installé par default.
|
||||
|
||||
#### Support multi-utilisateur
|
||||
|
||||
|
|
|
@ -35,8 +35,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
|||
#=================================================
|
||||
ynh_script_progression --message="Validating restoration parameters..." --weight=3
|
||||
|
||||
ynh_webpath_available --domain=$domain --path_url=$path_url \
|
||||
|| ynh_die --message="Path not available: ${domain}${path_url}"
|
||||
test ! -d $final_path \
|
||||
|| ynh_die --message="There is already a directory: $final_path "
|
||||
|
||||
|
|
Loading…
Reference in a new issue