1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00
snappymail_ynh/README.md

51 lines
2 KiB
Markdown
Raw Normal View History

2022-04-21 18:30:00 +02:00
<!--
2024-04-24 03:44:59 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-04-21 18:30:00 +02:00
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
2024-06-28 14:23:08 +02:00
[![Integration level](https://dash.yunohost.org/integration/snappymail.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-02-14 16:39:06 +01:00
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
2024-04-24 03:44:59 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-04-21 18:30:00 +02:00
2024-04-24 03:44:59 +02:00
> *This package allows you to install SnappyMail quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2022-04-21 18:30:00 +02:00
## 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
2024-04-24 03:44:59 +02:00
2024-08-14 03:44:57 +02:00
**Shipped version:** 2.37.2~ynh1
2023-02-04 15:56:06 +01:00
2024-03-16 02:43:30 +01: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
2024-03-16 02:43:30 +01: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 Store: <https://apps.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
2024-04-24 03:44:59 +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
2024-04-24 03:44:59 +02:00
To try the `testing` branch, please proceed like that:
2022-05-30 14:01:38 +02:00
2024-03-16 02:43:30 +01: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
```
2024-03-16 02:43:30 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>