Merge pull request #1224 from pierre-alain-b/master

Adding info for Nextcloud support
This commit is contained in:
RainLoop Team 2016-10-20 22:43:21 +03:00 committed by GitHub
commit 6b294e428b
3 changed files with 19 additions and 10 deletions

View file

@ -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

View file

@ -1 +1 @@
0.0 4.26

View file

@ -1,18 +1,22 @@
<?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.0</version>
<licence></licence> <licence>AGPL</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>
<category>tools</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>