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

info.xml Β« appinfo - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd99253d457e9b9571a3193432e27019dfdc535e (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?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>mail</id>
	<name>Mail</name>
	<summary>πŸ’Œ A mail app for Nextcloud</summary>
	<description><![CDATA[**πŸ’Œ A mail app for Nextcloud**

- **πŸš€ Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.
- **πŸ“₯ Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.
- **πŸ”’ Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.
- **πŸ™ˆ We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
- **πŸ“¬ Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
	]]></description>
	<version>0.20.0</version>
	<licence>agpl</licence>
	<author>Christoph Wurst</author>
	<author>Jan-Christoph Borchardt</author>
	<author>Steffen Lindner</author>
	<namespace>Mail</namespace>
	<documentation>
		<admin>https://github.com/nextcloud/mail#readme</admin>
	</documentation>
	<category>social</category>
	<category>office</category>
	<website>https://github.com/nextcloud/mail#readme</website>
	<bugs>https://github.com/nextcloud/mail/issues</bugs>
	<repository type="git">https://github.com/nextcloud/mail.git</repository>
	<screenshot>https://raw.githubusercontent.com/nextcloud/mail/74e94da16618b32ee0834e57bbfc83ff7334f709/screenshots/mail.png</screenshot>
	<dependencies>
		<php min-version="7.2" max-version="7.4" />
		<nextcloud min-version="17" max-version="18" />
	</dependencies>
	<repair-steps>
		<post-migration>
			<step>OCA\Mail\Migration\FixCollectedAddresses</step>
			<step>OCA\Mail\Migration\MigrateProvisioningConfig</step>
			<step>OCA\Mail\Migration\ProvisionAccounts</step>
		</post-migration>
	</repair-steps>
	<commands>
		<command>OCA\Mail\Command\CreateAccount</command>
		<command>OCA\Mail\Command\DiagnoseAccount</command>
		<command>OCA\Mail\Command\ExportAccount</command>
	</commands>
	<settings>
		<admin>OCA\Mail\Settings\AdminSettings</admin>
	</settings>
</info>