2022-04-21 18:30:00 +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 for YunoHost
|
2022-04-21 18:30:00 +02:00
|
|
|
|
2023-01-26 17:37:26 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/snappymail.svg)](https://dash.yunohost.org/appci/app/snappymail) ![Working status](https://ci-apps.yunohost.org/ci/badges/snappymail.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/snappymail.maintain.svg)
|
2022-05-19 20:33:40 +02:00
|
|
|
[![Install SnappyMail with 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
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2022-05-19 20:33:40 +02:00
|
|
|
> *This package allows you to install SnappyMail quickly and simply on a YunoHost server.
|
2022-04-21 18:30:00 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
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
|
|
|
|
2023-02-04 07:18:27 +01:00
|
|
|
**Shipped version:** 2.25.3~ynh1
|
2022-04-21 18:30:00 +02:00
|
|
|
|
2022-04-21 18:38:37 +02:00
|
|
|
**Demo:** https://snappymail.eu/demo/
|
2022-09-10 21:56:47 +02:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![Screenshot of SnappyMail](./doc/screenshots/screenshot.png)
|
|
|
|
|
2022-04-21 18:30:00 +02:00
|
|
|
## Documentation and resources
|
|
|
|
|
2022-05-30 14:01:38 +02:00
|
|
|
* Official app website: <https://snappymail.eu/>
|
|
|
|
* Official admin documentation: <https://github.com/the-djmaze/snappymail/wiki>
|
|
|
|
* Upstream app code repository: <https://github.com/the-djmaze/snappymail>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_snappymail>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/snappymail_ynh/issues>
|
2022-04-21 18:30:00 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2022-04-21 18:38:37 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/snappymail_ynh/tree/testing).
|
2022-04-21 18:30:00 +02:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
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
|
2022-04-21 18:30:00 +02:00
|
|
|
or
|
2022-04-21 18:38:37 +02:00
|
|
|
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
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|