2022-05-30 14:01:38 +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.
-->
2022-05-19 20:33:40 +02:00
# SnappyMail pour YunoHost
2022-04-21 18:30:00 +02:00
2022-05-30 14:01:38 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/snappymail.svg )](https://dash.yunohost.org/appci/app/snappymail) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/snappymail.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/snappymail.maintain.svg )
2022-05-19 20:33:40 +02:00
[![Installer SnappyMail avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=snappymail)
2022-04-21 18:30:00 +02:00
*[Read this readme in english.](./README.md)*
2022-05-19 20:33:40 +02:00
> *Ce package vous permet d'installer SnappyMail rapidement et simplement sur un serveur YunoHost.
2022-04-21 18:38:37 +02:00
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
2022-04-21 18:30:00 +02:00
## Vue d'ensemble
2022-04-21 18:38:37 +02:00
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
2022-04-21 18:30:00 +02:00
2022-09-08 13:58:05 +02:00
**Version incluse :** 2.18.0~ynh1
2022-08-08 14:44:12 +02:00
2022-04-21 18:30:00 +02:00
2022-04-21 18:38:37 +02:00
**Démo :** https://snappymail.eu/demo/
2022-04-21 18:30:00 +02:00
## Avertissements / informations importantes
2022-05-19 11:37:15 +02:00
:heavy_exclamation_mark: The password-file is created after first opening the admin UI!
:heavy_exclamation_mark: Be sure to immediately change the default password!
2022-05-17 09:34:48 +02:00
Open the admin UI `https://example.com/?admin` to configure your mail server settings. Login with user "admin" and password from the file `/var/www/snappymail/data/_data_/_default_/admin_password.txt` .
2022-04-21 18:30:00 +02:00
## Documentations et ressources
2022-05-30 14:01:38 +02:00
* Site officiel de l'app : < https: // snappymail . eu />
* Documentation officielle de l'admin : < https: // github . com / the-djmaze / snappymail / wiki >
* Dépôt de code officiel de l'app : < https: // github . com / the-djmaze / snappymail >
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_snappymail >
* Signaler un bug : < https: // github . com / YunoHost-Apps / snappymail_ynh / issues >
2022-04-21 18:30:00 +02:00
## Informations pour les développeurs
2022-04-21 18:38:37 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/snappymail_ynh/tree/testing ).
2022-04-21 18:30:00 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-05-30 14:01:38 +02:00
``` bash
2022-04-21 18:38:37 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/snappymail_ynh/tree/testing --debug
ou
sudo yunohost app upgrade snappymail -u https://github.com/YunoHost-Apps/snappymail_ynh/tree/testing --debug
2022-04-21 18:30:00 +02:00
```
2022-05-30 14:01:38 +02:00
**Plus d'infos sur le packaging d'applications :** < https: / / yunohost . org / packaging_apps >