mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-08 14:14:26 +08:00
Adding info for Nextcloud plugin
This commit is contained in:
parent
760d9e6243
commit
14a163ccbd
3 changed files with 17 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
************************************************************************
|
||||
*
|
||||
* ownCloud - RainLoop Webmail package
|
||||
* ownCloud/Nextcloud - RainLoop Webmail package
|
||||
*
|
||||
* @author RainLoop Team
|
||||
* @copyright 2016 RainLoop Team
|
||||
|
@ -11,13 +11,18 @@
|
|||
|
||||
REQUIREMENTS:
|
||||
- ownCloud version 6 or higher
|
||||
or
|
||||
- Nextcloud version 10 or higher
|
||||
|
||||
|
||||
INSTALL:
|
||||
- Unpack the RainLoop Webmail application package in the apps directory of your OwnCloud instance
|
||||
|
||||
- Unpack the RainLoop Webmail application package in the apps directory of your ownCloud or Nextcloud instance
|
||||
- Make sure the rights are appropriately set
|
||||
|
||||
CONFIGURATION:
|
||||
- ownCloud:
|
||||
1) In the Apps > Enable 'RainLoop' plugin
|
||||
2) In the Settings > Personal > Type your mail server email (login) and password
|
||||
2) In the Settings > Personal > Type your email server login and password
|
||||
- Nextcloud:
|
||||
1) In the Apps > Enable 'RainLoop' plugin after checking 'Enable experimental apps'
|
||||
2) In the Settings > Personal > Type your email server login and password
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.0
|
||||
4.26
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>rainloop</id>
|
||||
<name>RainLoop</name>
|
||||
<summary>RainLoop Webmail</summary>
|
||||
<description>Simple, modern and fast web-based email client.</description>
|
||||
<version>0.0</version>
|
||||
<licence></licence>
|
||||
<version>4.26</version>
|
||||
<licence>AGLPv3</licence>
|
||||
<author>RainLoop Team</author>
|
||||
<require>6.0</require>
|
||||
<ocsid>165254</ocsid>
|
||||
<dependencies>
|
||||
<php min-version="5.4" />
|
||||
<owncloud min-version="6" max-version="9.2" />
|
||||
<nextcloud min-version="10"/>
|
||||
</dependencies>
|
||||
<category>productivity</category>
|
||||
<category>social</category>
|
||||
<website>http://www.rainloop.net/</website>
|
||||
<bugs>https://github.com/RainLoop/rainloop-webmail/issues</bugs>
|
||||
</info>
|
||||
|
|
Loading…
Add table
Reference in a new issue