Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions build/owncloud/rainloop-app/INSTALL
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
************************************************************************
*
* ownCloud - RainLoop Webmail package
* ownCloud/Nextcloud - RainLoop Webmail package
*
* @author RainLoop Team
* @copyright 2016 RainLoop Team
Expand All @@ -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
2 changes: 1 addition & 1 deletion build/owncloud/rainloop-app/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
4.26
11 changes: 7 additions & 4 deletions build/owncloud/rainloop-app/appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -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>AGPLv3</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>