Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a7abf1976b56fbc9bf378071ae71c0043f5e70d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<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 (deprecated, consider Snappymail)</name>
	<summary>RainLoop Webmail (deprecated, consider Snappymail)</summary>
	<description>Rainloop is not maintained anymore. Consider a switch to Snappymail which is an actively-maintained fork of Rainloop. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "Rainloop webmail" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05).</description>
	<version>7.2.6</version>
	<licence>agpl</licence>
	<author>RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
  <namespace>RainLoop</namespace>
	<documentation>
		<user>https://github.com/pierre-alain-b/rainloop-nextcloud/blob/master/README.md</user>
		<website>https://www.rainloop.net/</website>
	</documentation>
	<category>social</category>
    <category>tools</category>
    <category>integration</category>
    <screenshot>https://raw.githubusercontent.com/pierre-alain-b/rainloop-nextcloud/master/screenshots/2016.10.20-screenshot.jpg</screenshot>
	<website>https://github.com/pierre-alain-b/rainloop-nextcloud</website>
	<bugs>https://github.com/pierre-alain-b/rainloop-nextcloud/issues</bugs>
	<screenshot>https://raw.githubusercontent.com/pierre-alain-b/rainloop-nextcloud/master/screenshots/2016.10.20-screenshot.jpg</screenshot>
	<dependencies>
    <php min-version="5.4" />
		<owncloud min-version="6" max-version="9.2" />
		<nextcloud min-version="20" max-version="25" />
  </dependencies>
	<settings>
		<admin>OCA\RainLoop\Settings\AdminSettings</admin>
	</settings>
</info>