mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
65 lines
No EOL
2.6 KiB
Markdown
65 lines
No EOL
2.6 KiB
Markdown
<!--
|
|
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.
|
|
-->
|
|
|
|
# Rainloop for YunoHost
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/rainloop.svg)](https://dash.yunohost.org/appci/app/rainloop) ![](https://ci-apps.yunohost.org/ci/badges/rainloop.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/rainloop.maintain.svg)
|
|
[![Install Rainloop with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rainloop)
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *This package allows you to install Rainloop 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.*
|
|
|
|
## Overview
|
|
|
|
Lightweight multi-account webmail
|
|
|
|
### Features
|
|
|
|
- Modern user interface.
|
|
- Complete support of IMAP and SMTP protocols including SSL and STARTTLS.
|
|
- Sieve scripts (Filters and vacation message).
|
|
- Direct access to mail server is used (mails are not stored locally on web server).
|
|
- Allows for adding multiple accounts to primary one, simultaneous access to different accounts in different browser tabs is supported. Additional identities.
|
|
- Administrative panel for configuring main options.
|
|
- Integration with Facebook, Google, Twitter and Dropbox.
|
|
- Managing folders list.
|
|
- Configurable multi-level caching system.
|
|
- Extending functionality with plugins installed through admin panel.
|
|
- Perfect rendering of complex HTML mails.
|
|
- Drag'n'drop for mails and attachments.
|
|
- Keyboard shortcuts support.
|
|
- Autocompletion of e-mail addresses.
|
|
|
|
|
|
**Shipped version:** 1.16.0~ynh2
|
|
|
|
**Demo:** https://mail.rainloop.net/
|
|
|
|
## Screenshots
|
|
|
|
![](./doc/screenshots/screenshot.png)
|
|
|
|
## Documentation and resources
|
|
|
|
* Official app website: https://www.rainloop.net/
|
|
* Official admin documentation: https://www.rainloop.net/docs/configuration/
|
|
* Upstream app code repository: https://github.com/RainLoop/rainloop-webmail
|
|
* YunoHost documentation for this app: https://yunohost.org/app_rainloop
|
|
* Report a bug: https://github.com/YunoHost-Apps/rainloop_ynh/issues
|
|
|
|
## Developer info
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/rainloop_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/rainloop_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade rainloop -u https://github.com/YunoHost-Apps/rainloop_ynh/tree/testing --debug
|
|
```
|
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps |