2022-06-27 13:39:55 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-11-09 13:36:48 +01:00
# Roundcube pour YunoHost
2023-05-22 12:00:26 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/roundcube.svg )](https://dash.yunohost.org/appci/app/roundcube) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/roundcube.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/roundcube.maintain.svg )
2020-12-26 22:56:52 +01:00
[![Installer Roundcube avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=roundcube)
2020-11-09 13:36:48 +01:00
2021-05-28 22:06:54 +02:00
*[Read this readme in english.](./README.md)*
2020-11-09 13:36:48 +01:00
2023-05-22 12:00:26 +02:00
> *Ce package vous permet d’ installer Roundcube rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2020-11-09 13:36:48 +01:00
2023-05-22 12:00:26 +02:00
## Vue d’ ensemble
2020-11-09 13:36:48 +01:00
2021-08-27 14:11:48 +02:00
Roundcube est un client IMAP multilingue basé sur un navigateur avec une interface utilisateur semblable à une application.
2020-11-09 13:36:48 +01:00
## Caractéristiques spécifiques YunoHost
2020-09-28 09:33:49 +02:00
En plus des fonctionnalités principales de Roundcube, les éléments suivants sont disponibles avec ce paquet :
2020-11-09 13:36:48 +01:00
2020-09-28 09:33:49 +02:00
* Synchronisez vos alias de messagerie en tant qu'identités dans Roundcube.
2022-06-27 13:39:55 +02:00
* Installation des plugins [contextmenu ](https://packagist.org/packages/johndoh/contextmenu )
et [automatic addressbook ](https://packagist.org/packages/projectmyst/automatic_addressbook ) par default.
* Permettre d'installer [CardDAV ](https://packagist.org/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.
2021-11-20 22:35:38 +01:00
* Prise en charge du chiffrement PGP avec le plugin Enigma installé par default.
2020-11-09 13:36:48 +01:00
2021-11-01 23:01:39 +01:00
2024-01-21 07:22:13 +01:00
**Version incluse :** 1.6.6~ynh1
2021-11-01 23:01:39 +01:00
**Démo :** https://demo.yunohost.org/webmail/
2023-05-22 12:00:26 +02:00
## Captures d’ écran
2021-11-01 23:04:41 +01:00
2023-05-22 12:00:26 +02:00
![Capture d’ écran de Roundcube ](./doc/screenshots/screenshot.png )
2021-11-01 23:04:41 +01:00
2021-05-28 22:06:54 +02:00
## Documentations et ressources
2020-11-09 13:36:48 +01:00
2023-05-22 12:00:26 +02:00
* Site officiel de l’ app : < https: // roundcube . net />
* Documentation officielle de l’ admin : < https: // github . com / roundcube / roundcubemail / wiki >
* Dépôt de code officiel de l’ app : < https: // github . com / roundcube / roundcubemail >
2023-11-09 10:39:53 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / roundcube >
2022-06-27 13:39:55 +02:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / roundcube_ynh / issues >
2020-11-09 13:36:48 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-06-27 13:39:55 +02:00
``` bash
2020-11-09 13:36:48 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug
2021-06-04 16:09:45 +02:00
ou
2020-11-09 13:36:48 +01:00
sudo yunohost app upgrade roundcube -u https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug
```
2021-05-28 22:06:54 +02:00
2023-05-22 12:00:26 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >