mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-14 00:54:18 +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
|
* @author RainLoop Team
|
||||||
* @copyright 2016 RainLoop Team
|
* @copyright 2016 RainLoop Team
|
||||||
|
@ -11,13 +11,18 @@
|
||||||
|
|
||||||
REQUIREMENTS:
|
REQUIREMENTS:
|
||||||
- ownCloud version 6 or higher
|
- ownCloud version 6 or higher
|
||||||
|
or
|
||||||
|
- Nextcloud version 10 or higher
|
||||||
|
|
||||||
|
|
||||||
INSTALL:
|
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:
|
CONFIGURATION:
|
||||||
- ownCloud:
|
- ownCloud:
|
||||||
1) In the Apps > Enable 'RainLoop' plugin
|
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"?>
|
<?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>
|
<id>rainloop</id>
|
||||||
<name>RainLoop</name>
|
<name>RainLoop</name>
|
||||||
|
<summary>RainLoop Webmail</summary>
|
||||||
<description>Simple, modern and fast web-based email client.</description>
|
<description>Simple, modern and fast web-based email client.</description>
|
||||||
<version>0.0</version>
|
<version>4.26</version>
|
||||||
<licence></licence>
|
<licence>AGLPv3</licence>
|
||||||
<author>RainLoop Team</author>
|
<author>RainLoop Team</author>
|
||||||
<require>6.0</require>
|
<require>6.0</require>
|
||||||
<ocsid>165254</ocsid>
|
<ocsid>165254</ocsid>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<php min-version="5.4" />
|
<php min-version="5.4" />
|
||||||
<owncloud min-version="6" max-version="9.2" />
|
<owncloud min-version="6" max-version="9.2" />
|
||||||
|
<nextcloud min-version="10"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<category>productivity</category>
|
<category>social</category>
|
||||||
<website>http://www.rainloop.net/</website>
|
<website>http://www.rainloop.net/</website>
|
||||||
<bugs>https://github.com/RainLoop/rainloop-webmail/issues</bugs>
|
<bugs>https://github.com/RainLoop/rainloop-webmail/issues</bugs>
|
||||||
</info>
|
</info>
|
||||||
|
|
Loading…
Add table
Reference in a new issue